Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style: fix long lines and avoid backslashesnedbat/unittest2pytest | Ned Batchelder | 2021-01-31 | 1 | -9/+5 |
| | |||||
* | refactor: unittest2pytest -w tests | Ned Batchelder | 2021-01-31 | 1 | -30/+23 |
| | | | | One step of moving to pure pytest tests. | ||||
* | fix: combine aliases on windows base dirs (ie: ``X:\``) (fixes: #577) | Valentin Lab | 2021-01-17 | 1 | -0/+14 |
| | | | | Signed-off-by: Valentin Lab <valentin.lab@kalysto.org> | ||||
* | Fix tests for GitHub windows platform | Ned Batchelder | 2020-11-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The tests were failing because of differences in file paths. It was comparing: C:\Users\runneradmin\AppData\... to: C:\Users\RUNNER~1\AppData\... and failing. These changes normalize the file paths so the comparisons work properly. | ||||
* | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 1 | -3/+3 |
| | |||||
* | Don't do vars and users in abs_file | Ned Batchelder | 2019-11-28 | 1 | -1/+1 |
| | | | | It meant file names could be incorrectly expanded. | ||||
* | Fix a test to get case right on Windows | Ned Batchelder | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | Make sure that the cache is properly filled. (25x speedup on our system that ↵ | Stephan Richter | 2019-01-28 | 1 | -0/+13 |
| | | | | | | has a large sys.path.) It is always a bad idea to reassign the cachekey during the computation. | ||||
* | Move fiddly fnmatch logic into its own testable function | Ned Batchelder | 2018-09-02 | 1 | -1/+50 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Ensure mapped paths use the separator of the result. #618 | Ned Batchelder | 2018-01-22 | 1 | -0/+32 |
| | |||||
* | Don't ever create HTML filenames longer than ~200 chars. Fixes #627. | Ned Batchelder | 2018-01-20 | 1 | -3/+21 |
| | |||||
* | Skip an obscure case that confuses me on Windows | Ned Batchelder | 2017-11-04 | 1 | -1/+6 |
| | |||||
* | Root is acceptable as a combining path (the manylinux tests end up with one ↵ | Ned Batchelder | 2017-10-26 | 1 | -1/+4 |
| | | | | of these) | ||||
* | Use the test-specific chdir method | Ned Batchelder | 2017-02-11 | 1 | -1/+1 |
| | |||||
* | Give a test helper a better name | Ned Batchelder | 2017-02-04 | 1 | -4/+4 |
| | |||||
* | Enable pytest warnings, and fix/silence a few | Ned Batchelder | 2016-11-26 | 1 | -1/+1 |
| | |||||
* | Explicitly test multiple wildcards in path aliases | Ned Batchelder | 2016-10-12 | 1 | -0/+9 |
| | |||||
* | Use standard skipTest, which unittest-mixins will override. | Ned Batchelder | 2016-06-12 | 1 | -1/+1 |
| | |||||
* | Properly handle filenames with non-ASCII characters. #432 | Ned Batchelder | 2015-10-25 | 1 | -1/+1 |
| | |||||
* | Use ntpath so Windows file manipulation can be tested the same everywhere. | Ned Batchelder | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | Move flat_rootname from FileReporter to a utility function. | Ned Batchelder | 2015-08-09 | 1 | -1/+5 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | More PathAliases testing precision | Ned Batchelder | 2015-06-16 | 1 | -7/+1 |
| | |||||
* | Be more specific with PathAliases tests. | Ned Batchelder | 2015-06-16 | 1 | -3/+7 |
| | |||||
* | Remove FileLocator from PathAliases. Now it always produces canonicalized paths. | Ned Batchelder | 2015-06-13 | 1 | -15/+23 |
| | |||||
* | Change FileLocator from a class to module-level functions | Ned Batchelder | 2015-06-13 | 1 | -16/+16 |
| | |||||
* | Tweak up the last merge | Ned Batchelder | 2015-06-07 | 1 | -8/+14 |
| | |||||
* | Use the run_in_temp_dir flag. | Ionel Cristian Maries | 2015-06-07 | 1 | -2/+3 |
| | | | | | --HG-- branch : ionelmc/correct-path-normalization-on-windows-th-1433618255921 | ||||
* | Use TestCase here. | Ionel Cristian Maries | 2015-06-07 | 1 | -1/+2 |
| | | | | | --HG-- branch : ionelmc/correct-path-normalization-on-windows-th-1433618255921 | ||||
* | Add a test for the Windows issue of actual_path. | Ionel Cristian Maries | 2015-06-07 | 1 | -1/+8 |
| | | | | | --HG-- branch : ionelmc/correct-path-normalization-on-windows-th-1433618255921 | ||||
* | Move python source understanding into python.py | Ned Batchelder | 2015-01-01 | 1 | -21/+1 |
| | |||||
* | Two windows fixes for tests | Ned Batchelder | 2014-12-27 | 1 | -0/+1 |
| | |||||
* | Zip files always produce bytes, and test that we get them decoded properly. | Ned Batchelder | 2014-12-13 | 1 | -3/+23 |
| | |||||
* | Try out pylint spelling. Kinda noisy, but fixed some stuff. | Ned Batchelder | 2014-11-27 | 1 | -1/+1 |
| | |||||
* | Cleanups from pull request 42 | Ned Batchelder | 2014-11-24 | 1 | -1/+0 |
| | |||||
* | ModuleFinder no longer takes a main-module argument. | Buck Golemon | 2014-11-14 | 1 | -33/+6 |
| | | | | | | | --HG-- branch : __main__-support extra : rebase_source : 3f4c29876960153907b65b6e8e818b8228ca4ec0 extra : histedit_source : 6567adaf9c89483b71501fd91e9d3c83ed3daec7%2C2c5c8a7af95b8b26af384b9a65815d077e4313ec | ||||
* | make --source and -m play nice together | buck | 2014-10-15 | 1 | -1/+61 |
| | | | | | | --HG-- branch : __main__-support extra : rebase_source : c9ca9fddecafddd5ef4db9cc64ca1c0972130aab | ||||
* | Make the Fnmatcher work right on Windows. | Ned Batchelder | 2014-09-21 | 1 | -0/+8 |
| | |||||
* | Make the test match the code better | Ned Batchelder | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Fix the new FnmatchMatcher for >100 patterns | Ned Batchelder | 2014-06-03 | 1 | -0/+6 |
| | |||||
* | Avoid a bunch of deprecated functions. | Ned Batchelder | 2014-05-17 | 1 | -3/+3 |
| | |||||
* | Small cleanups | Ned Batchelder | 2014-05-03 | 1 | -1/+0 |
| | |||||
* | Cleaner tests of the file matchers | Ned Batchelder | 2014-03-11 | 1 | -23/+31 |
| | |||||
* | Use assertRaises as a context manager now that we can. | Ned Batchelder | 2013-12-21 | 1 | -12/+7 |
| | |||||
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+0 |
| | | | | | --HG-- branch : 4.0 | ||||
* | Mark a bunch of tests that don't need temp directories. | Ned Batchelder | 2013-09-28 | 1 | -0/+2 |
| | |||||
* | Allow relative paths in the [paths] aliases. #267. | Ned Batchelder | 2013-09-26 | 1 | -1/+25 |
| | |||||
* | Find .pyw files when searching for source files. | Ned Batchelder | 2013-09-16 | 1 | -0/+2 |
| | |||||
* | Give the matchers a way to get info out of them. | Ned Batchelder | 2013-09-06 | 1 | -2/+7 |
| |