summaryrefslogtreecommitdiff
path: root/tests/test_files.py
Commit message (Expand)AuthorAgeFilesLines
* style: parens should indent the same as their opening lineNed Batchelder2022-05-011-2/+2
* refactor: specialize exceptionsNed Batchelder2021-11-141-2/+2
* refactor(test): use the expected name for initializing tests.Ned Batchelder2021-11-071-2/+2
* fix: remapping paths during combining needs to follow relative_files=True. #1147Ned Batchelder2021-11-061-67/+83
* fix: give a default value to the name argument for Matchers. #1273Ned Batchelder2021-11-051-6/+6
* style: prefer explicit string concatenationNed Batchelder2021-10-101-2/+2
* test: canonicalize this bit of debug outputNed Batchelder2021-10-081-1/+1
* fix: generate flat file names differentlyNed Batchelder2021-07-151-10/+15
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-2/+2
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-14/+13
* debug: label each matcher with its roleNed Batchelder2021-04-111-6/+6
* fix: make TreeMatcher right for case-sensitive worldsNed Batchelder2021-04-101-0/+5
* test: reduce use of unittestNed Batchelder2021-03-111-4/+4
* refactor: convert all skipping to pytest skipsNed Batchelder2021-02-071-5/+1
* style: fix long lines and avoid backslashesnedbat/unittest2pytestNed Batchelder2021-01-311-9/+5
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-30/+23
* fix: combine aliases on windows base dirs (ie: ``X:\``) (fixes: #577)Valentin Lab2021-01-171-0/+14
* Fix tests for GitHub windows platformNed Batchelder2020-11-281-1/+1
* More bitbucket->github urlsNed Batchelder2020-08-181-3/+3
* Don't do vars and users in abs_fileNed Batchelder2019-11-281-1/+1
* Fix a test to get case right on WindowsNed Batchelder2019-01-281-1/+1
* Make sure that the cache is properly filled. (25x speedup on our system that ...Stephan Richter2019-01-281-0/+13
* Move fiddly fnmatch logic into its own testable functionNed Batchelder2018-09-021-1/+50
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Ensure mapped paths use the separator of the result. #618Ned Batchelder2018-01-221-0/+32
* Don't ever create HTML filenames longer than ~200 chars. Fixes #627.Ned Batchelder2018-01-201-3/+21
* Skip an obscure case that confuses me on WindowsNed Batchelder2017-11-041-1/+6
* Root is acceptable as a combining path (the manylinux tests end up with one o...Ned Batchelder2017-10-261-1/+4
* Use the test-specific chdir methodNed Batchelder2017-02-111-1/+1
* Give a test helper a better nameNed Batchelder2017-02-041-4/+4
* 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