diff options
Diffstat (limited to 'covcov.ini')
| -rw-r--r-- | covcov.ini | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/covcov.ini b/covcov.ini new file mode 100644 index 00000000..97f226d8 --- /dev/null +++ b/covcov.ini @@ -0,0 +1,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
+
|
