home · contact · privacy
Add rump HTTP server/handler testing.
[plomtask] / .pylintrc
index 80339836e456f9e97a56f4deeab696752fe18a7c..82e4d962179f10cfda7a1744d97ed91d8f268686 100644 (file)
--- a/.pylintrc
+++ b/.pylintrc
@@ -1,3 +1,3 @@
 [BASIC]
 init-hook='import sys; sys.path.append(".")'
-good-names-rgxs=do_(GET|POST)(_[a-z]+)?,test_[A-Z]+
+good-names-rgxs=(test_)?do_(GET|POST)(_[a-z]+)?,test_[A-Z]+