1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 16:14:48 +01:00
pywb/.coveragerc
Ilya Kreymer 30f9d0aca7 recorder put custom record: add support for put/post of a custom record. If put_record= param is included, the request body
is written to the specified record type.
move record creation functions to the warcwriter
add tests for custom record
2016-05-26 20:49:40 -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__.: