summaryrefslogtreecommitdiff
path: root/tests/test_api.py
Commit message (Collapse)AuthorAgeFilesLines
* Vertical importsNed Batchelder2015-02-091-1/+5
|
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-5/+3
|
* Use file names with extensions in reports.Ned Batchelder2015-01-171-10/+10
|
* For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix ↵Ned Batchelder2014-12-121-6/+6
| | | | them.
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-2/+2
|
* Change all pylint message codes to message namesNed Batchelder2014-11-231-3/+3
|
* Fix the new FnmatchMatcher for >100 patternsNed Batchelder2014-06-031-2/+4
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-1/+1
|
* Don't touch files as unexecuted if they were omitted. Fixes #218.Ned Batchelder2013-04-211-1/+11
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+571
package.