1 2 3 4 5 6 7 8 9 10 11 12
# Settings to use when using coverage.py to measure itself. [run] branch = 1 data_file = c:\ned\coverage\trunk\.coverage [report] exclude_lines = # pragma: no cover def __repr__ if __name__ == .__main__.: raise AssertionError