summaryrefslogtreecommitdiff
path: root/tests/test_files.py
Commit message (Collapse)AuthorAgeFilesLines
* Make the test match the code betterNed Batchelder2014-06-031-1/+1
|
* Fix the new FnmatchMatcher for >100 patternsNed Batchelder2014-06-031-0/+6
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-3/+3
|
* Small cleanupsNed Batchelder2014-05-031-1/+0
|
* Cleaner tests of the file matchersNed Batchelder2014-03-111-23/+31
|
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-12/+7
|
* Get rid of our backward implementation of set, sorted, reversed, and rpartition.Ned Batchelder2013-10-191-1/+0
|
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-0/+2
|
* Allow relative paths in the [paths] aliases. #267.Ned Batchelder2013-09-261-1/+25
|
* Find .pyw files when searching for source files.Ned Batchelder2013-09-161-0/+2
|
* Give the matchers a way to get info out of them.Ned Batchelder2013-09-061-2/+7
|
* 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/+169
package.