1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 16:14:48 +01:00
pywb/.coveragerc
Ilya Kreymer 4aa6512b05 rewrite: fix WbUrl parsing for urls that start with a digit, eg. 1234.example.com
split latest replay url from timestamped replay regex
add additional rewrite tests
2015-03-23 15:38:10 -07:00

14 lines
169 B
INI

[run]
omit =
*/test/*
*/tests/*
*.html
*.js
*.css
pywb/__init__.py
[report]
exclude_lines =
pragma: no cover
if __name__ == .__main__.: