1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 08:27:22 +03:00
WeasyPrint/.coveragerc

9 lines
169 B
Plaintext
Raw Normal View History

2011-11-05 03:44:05 +04:00
[report]
exclude_lines =
2012-04-02 16:45:44 +04:00
pragma: no cover
2011-11-05 03:44:05 +04:00
def __repr__
2011-11-05 03:53:04 +04:00
raise NotImplementedError
2012-03-28 20:42:47 +04:00
omit =
weasyprint/tests/test_web/*
weasyprint/tests/w3_test_suite/*