summaryrefslogtreecommitdiffstats
path: root/tests/test_singular_plural.py
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup docstrings (flake8 H401, H402, H403, H404)Dolph Mathews2013-05-241-1/+1
| | | | | | | | | - docstring should not start with a space (flake8 H401) - one line docstring needs punctuation (flake8 H402) - multi line docstring end on new line (flake8 H403) - multi line docstring should start with a summary (flake8 H404) Change-Id: I69b414395930bda739aa01b785ac619fa8bb7d9b
* Raise if we see incorrect keyword args "condition" or "methods"David Ripton2012-10-101-0/+52
Fixes bug 927879 We crawl the AST of the set of modules that make routing calls, looking for keyword arguments called "condition" (should be "conditions") or "methods" (should be "method"), and raise if we see any. Change-Id: I32aa140967b80d83a10db898df28e41189675d77