summaryrefslogtreecommitdiff
path: root/tests/test_files.py
Commit message (Expand)AuthorAgeFilesLines
* Enable pytest warnings, and fix/silence a fewNed Batchelder2016-11-261-1/+1
* Explicitly test multiple wildcards in path aliasesNed Batchelder2016-10-121-0/+9
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-121-1/+1
* Properly handle filenames with non-ASCII characters. #432Ned Batchelder2015-10-251-1/+1
* Use ntpath so Windows file manipulation can be tested the same everywhere.Ned Batchelder2015-08-151-1/+1
* Move flat_rootname from FileReporter to a utility function.Ned Batchelder2015-08-091-1/+5
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* More PathAliases testing precisionNed Batchelder2015-06-161-7/+1
* Be more specific with PathAliases tests.Ned Batchelder2015-06-161-3/+7
* Remove FileLocator from PathAliases. Now it always produces canonicalized paths.Ned Batchelder2015-06-131-15/+23
* Change FileLocator from a class to module-level functionsNed Batchelder2015-06-131-16/+16
* Tweak up the last mergeNed Batchelder2015-06-071-8/+14
* Use the run_in_temp_dir flag.Ionel Cristian Maries2015-06-071-2/+3
* Use TestCase here.Ionel Cristian Maries2015-06-071-1/+2
* Add a test for the Windows issue of actual_path.Ionel Cristian Maries2015-06-071-1/+8
* Move python source understanding into python.pyNed Batchelder2015-01-011-21/+1
* Two windows fixes for testsNed Batchelder2014-12-271-0/+1
* Zip files always produce bytes, and test that we get them decoded properly.Ned Batchelder2014-12-131-3/+23
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-1/+1
* Cleanups from pull request 42Ned Batchelder2014-11-241-1/+0
* ModuleFinder no longer takes a main-module argument.Buck Golemon2014-11-141-33/+6
* make --source and -m play nice togetherbuck2014-10-151-1/+61
* Make the Fnmatcher work right on Windows.Ned Batchelder2014-09-211-0/+8
* 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 pack...Ned Batchelder2013-02-021-0/+169