mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-15 00:03:28 +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://coveralls.io/r/ikreymer/pywb?branch=master)
|
||||
|
||||
pywb is a Python re-implementation of the Wayback Machine software.
|
||||
|
||||
|
@ -211,9 +211,8 @@ class TestWb:
|
||||
# Reporter callback for replay view
|
||||
class PrintReporter:
|
||||
def __call__(self, wbrequest, cdx, response):
|
||||
#print wbrequest
|
||||
#print cdx
|
||||
pass
|
||||
print wbrequest
|
||||
print cdx
|
||||
|
||||
#=================================================================
|
||||
class TestExclusionPerms(AllowAllPerms):
|
||||
|
Loading…
x
Reference in New Issue
Block a user