home · contact · privacy
Re-organize and extend/improve POST/GET /day tests.
[plomtask] / .pylintrc
1 [BASIC]
2 init-hook='import sys; sys.path.append(".")'
3 good-names-rgxs=(.*_)?(GET|POST)(_.+)?,,test_[A-Z]+