1
0
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:
Ilya Kreymer 2014-02-27 18:52:41 -08:00
parent 921b2eb2e1
commit 304a33aa5b
2 changed files with 3 additions and 3 deletions

View File

@ -2,6 +2,7 @@ PyWb 0.2 Beta
==============
[![Build Status](https://travis-ci.org/ikreymer/pywb.png?branch=master)](https://travis-ci.org/ikreymer/pywb)
[![Coverage Status](https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master)](https://coveralls.io/r/ikreymer/pywb?branch=master)
pywb is a Python re-implementation of the Wayback Machine software.

View File

@ -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):