summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-18 12:13:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-18 12:13:45 -0400
commitf2094ecb8d63d5e6365ba83fab9259904b1e90b8 (patch)
treee3fcfacba82c2aa5f40b1dd5d633df8af8f90d7f
parent75d83616fc400cfaf00888f97792a2c9d8f8c10a (diff)
downloadpython-coveragepy-git-f2094ecb8d63d5e6365ba83fab9259904b1e90b8.tar.gz
A truce with pylint over the test files.
-rw-r--r--.pylintrc3
-rw-r--r--test/__init__.py0
2 files changed, 2 insertions, 1 deletions
diff --git a/.pylintrc b/.pylintrc
index cbac7dfa..175e6d3a 100644
--- a/.pylintrc
+++ b/.pylintrc
@@ -60,11 +60,12 @@ load-plugins=
# C0323:311:coverage.report: Operator not followed by a space
# Messages that may be silly:
# R0201: 42:Tracer.stop: Method could be a function
+# W0403: 4: Relative import 'coveragetest'
# E1103: 26:RunTests.test_run_python_file: Instance of 'file' has no 'getvalue' member (but some types could not be inferred)
# Messages that are noisy for now, eventually maybe we'll turn them on:
# C0111:169:coverage.analyze_morf: Missing docstring
# C0103:256:coverage.morf_filename: Invalid name "f" (should match [a-z_][a-z0-9_]{2,30}$)
-disable-msg=I0011,W0603,W0142,C0323, R0201,E1103, C0111,C0103
+disable-msg=I0011,W0603,W0142,C0323, R0201,W0403,E1103, C0111,C0103
[REPORTS]
diff --git a/test/__init__.py b/test/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/__init__.py