mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
add coverage badge
This commit is contained in:
parent
921b2eb2e1
commit
304a33aa5b
@ -2,6 +2,7 @@ PyWb 0.2 Beta
|
|||||||
==============
|
==============
|
||||||
|
|
||||||
[](https://travis-ci.org/ikreymer/pywb)
|
[](https://travis-ci.org/ikreymer/pywb)
|
||||||
|
[](https://coveralls.io/r/ikreymer/pywb?branch=master)
|
||||||
|
|
||||||
pywb is a Python re-implementation of the Wayback Machine software.
|
pywb is a Python re-implementation of the Wayback Machine software.
|
||||||
|
|
||||||
|
@ -211,9 +211,8 @@ class TestWb:
|
|||||||
# Reporter callback for replay view
|
# Reporter callback for replay view
|
||||||
class PrintReporter:
|
class PrintReporter:
|
||||||
def __call__(self, wbrequest, cdx, response):
|
def __call__(self, wbrequest, cdx, response):
|
||||||
#print wbrequest
|
print wbrequest
|
||||||
#print cdx
|
print cdx
|
||||||
pass
|
|
||||||
|
|
||||||
#=================================================================
|
#=================================================================
|
||||||
class TestExclusionPerms(AllowAllPerms):
|
class TestExclusionPerms(AllowAllPerms):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user