summaryrefslogtreecommitdiff
path: root/test/test_base.py
Commit message (Collapse)AuthorAgeFilesLines
* [test] rename test modulesSylvain Th?nault2014-04-181-223/+0
|
* Make it possible to show a naming hint for invalid name by setting ↵Torsten Marek2014-03-301-6/+27
| | | | include-naming-hint. Also make the naming hints configurable.
* Added support for enforcing multiple, but consistent name styles for ↵Torsten Marek2014-04-091-0/+67
| | | | different name types inside a single module.
* Fix testcase names in test_base.py to be PEP8-conformant.Torsten Marek2014-04-041-9/+9
|
* Add a new decorator that can be used to declaratively set options on the ↵Torsten Marek2014-03-301-5/+5
| | | | checker instance for CheckerTestCase.
* add missing test main call to please apycot/'python file.py'Sylvain Th?nault2013-08-051-2/+6
|
* Implement property support for method name checking.Torsten Marek2013-06-201-0/+47
|
* Change the base checker to use symbolic names rather than IDs.Torsten Marek2013-06-191-4/+4
|
* Use the class name regex for toplevel name assignments whose RHS callfunc ↵Torsten Marek2013-06-191-1/+35
| | | | result is a class.
* Extended the docstring tester to optionally allow skipping the requirement forTorsten Marek2013-06-181-0/+50
short functions/methods/classes and added a testcase.