Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix: don't measure third-party scriptsnedbat/bin-exclude | Ned Batchelder | 2021-04-11 | 1 | -1/+1 |
| | | | | | | This finishes the last bit of #905 Also includes tighter logging of the reason for not tracing modules. | ||||
* | refactor: nice_file can be used as a function | Ned Batchelder | 2021-03-22 | 1 | -0/+6 |
| | |||||
* | refactor: make_file can be used as a function | Ned Batchelder | 2021-03-22 | 1 | -0/+42 |
| | |||||
* | refactor: pull module cleaning into here | Ned Batchelder | 2021-03-11 | 1 | -26/+1 |
| | | | | We don't need unittest_mixins' module cleaner anymore. | ||||
* | refactor: our own change_dir context manager | Ned Batchelder | 2021-03-11 | 1 | -0/+17 |
| | | | | We don't need to use the one from unittest_mixins. | ||||
* | refactor: slightly better coverage in coveragetest | Ned Batchelder | 2021-02-21 | 1 | -1/+1 |
| | |||||
* | refactor: remove unittest.assertCountEqual | Ned Batchelder | 2021-02-06 | 1 | -0/+11 |
| | | | | Another step toward removing unittest.TestCase. | ||||
* | Simplify the testing of the toml extra, fixing #1084 | Ned Batchelder | 2021-01-18 | 1 | -0/+19 |
| | |||||
* | Move test helpers to tests.helpers | Ned Batchelder | 2019-12-31 | 1 | -0/+70 |
| | |||||
* | Combine test helpers: remove_files | Ned Batchelder | 2019-12-17 | 1 | -3/+8 |
| | |||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 |
| | |||||
* | Refactor module cleaning so we can use it outside of tests | Ned Batchelder | 2017-02-11 | 1 | -1/+30 |
| | |||||
* | Get rid of some unused code paths | Ned Batchelder | 2017-01-20 | 1 | -3/+1 |
| | |||||
* | Promote re_line and re_lines to real helpers, with tests. | Ned Batchelder | 2017-01-15 | 1 | -0/+24 |
| | |||||
* | Add a test of CheckUniqueFilenames | Ned Batchelder | 2017-01-15 | 1 | -4/+12 |
| | |||||
* | Use a 2/3 name for unicode | Ned Batchelder | 2016-11-23 | 1 | -1/+2 |
| | |||||
* | Window encodings? | Ned Batchelder | 2015-11-01 | 1 | -2/+3 |
| | |||||
* | Merge | Ned Batchelder | 2015-10-31 | 1 | -1/+6 |
|\ | |||||
| * | Account for no encoding at all... | Ned Batchelder | 2015-10-25 | 1 | -3/+5 |
| | | |||||
| * | Diagnostic for appveyor, part 2 of N | Ned Batchelder | 2015-10-25 | 1 | -1/+2 |
| | | |||||
| * | Diagnostic for appveyor | Ned Batchelder | 2015-10-25 | 1 | -1/+3 |
| | | |||||
* | | Fix the non-ascii filename tests on windows (?) | Ned Batchelder | 2015-10-31 | 1 | -0/+5 |
|/ | |||||
* | Set the PYTHONIOENCODING environment variable in an OS-neutral way. | Ned Batchelder | 2015-10-25 | 1 | -1/+3 |
| | |||||
* | Properly handle filenames with non-ASCII characters. #432 | Ned Batchelder | 2015-10-25 | 1 | -1/+6 |
| | |||||
* | Fix 'filename' to be 'file name' in English. | Ned Batchelder | 2015-08-20 | 1 | -2/+2 |
| | |||||
* | Fiddling | Ned Batchelder | 2015-07-26 | 1 | -2/+0 |
| | |||||
* | Add license mention to the top of all files. #313. | Ned Batchelder | 2015-07-24 | 1 | -0/+3 |
| | |||||
* | Move some code to where it belongs | Ned Batchelder | 2015-02-14 | 1 | -0/+26 |
| | |||||
* | Re-use CheckUniqueFilenames for test_collector.py | Ned Batchelder | 2015-02-08 | 1 | -0/+25 |