1
1
mirror of https://github.com/Kozea/WeasyPrint.git synced 2024-10-05 00:21:15 +03:00
WeasyPrint/.coveragerc
2012-07-02 18:15:57 +02:00

12 lines
190 B
INI

[run]
branch = True
[report]
exclude_lines =
pragma: no cover
def __repr__
raise NotImplementedError
omit =
weasyprint/tests/test_web/*
weasyprint/tests/w3_test_suite/*