summaryrefslogtreecommitdiff
path: root/.coveragerc
diff options
context:
space:
mode:
authorJason Madden <jamadden@gmail.com>2017-05-01 16:35:14 -0500
committerJason Madden <jamadden@gmail.com>2017-05-01 16:43:06 -0500
commit5954f86733df49920427de4a931b23f8c5db9c95 (patch)
treed4816cc4a225c052e00de1da46f685d8607e2934 /.coveragerc
parentceb5981168a9b5b6c07b307cdf7fa11c96bb8fc7 (diff)
downloadzope-i18nmessageid-5954f86733df49920427de4a931b23f8c5db9c95.tar.gz
Use C extension in Python 3, and make Python version handle ``default`` the sameissue4
Fixes #4 and fixes #5. Add a specific test case for both of these things. Enabling the C extension on Python 3 revealed more places where readonly attributes can raise different exceptions so fix those tests. Also add Python 3.6 to the supported list, and use zope.testrunner to workaround the namespace package issue.
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
new file mode 100644
index 0000000..af40312
--- /dev/null
+++ b/.coveragerc
@@ -0,0 +1,6 @@
+[run]
+source = src
+
+[report]
+exclude_lines =
+ pragma: no cover