Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Always output TOTAL line. | Judson Neer | 2021-01-06 | 1 | -3/+9 | |
| | ||||||
* | This test doesn't work on Mac either. | Ned Batchelder | 2021-01-02 | 1 | -1/+1 | |
| | ||||||
* | This test is picky about platforms | Ned Batchelder | 2020-11-28 | 1 | -1/+1 | |
| | ||||||
* | Fix tests for GitHub windows platform | Ned Batchelder | 2020-11-28 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | 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. | |||||
* | PyPy 3.7 doesn't act exactly like CPython 3.7 | Ned Batchelder | 2020-10-10 | 1 | -1/+1 | |
| | ||||||
* | More bitbucket->github urls | Ned Batchelder | 2020-08-18 | 1 | -10/+10 | |
| | ||||||
* | Provide more information in the fail-under message | Ned Batchelder | 2020-06-28 | 1 | -2/+8 | |
| | ||||||
* | message for fail-under | navyad | 2020-04-19 | 1 | -2/+2 | |
| | ||||||
* | sysconfig has been available since 2.7 | Ned Batchelder | 2020-02-29 | 1 | -2/+2 | |
| | ||||||
* | Better xfail mechanism | Ned Batchelder | 2020-01-18 | 1 | -3/+5 | |
| | ||||||
* | A test of running coverage when it has been zipped. #862 | Ned Batchelder | 2020-01-11 | 1 | -1/+12 | |
| | ||||||
* | A test that reproduces #862 | Ned Batchelder | 2020-01-10 | 1 | -0/+18 | |
| | ||||||
* | A test for #909 | Ned Batchelder | 2020-01-03 | 1 | -0/+28 | |
| | ||||||
* | Changing PYVERSION to six elements broke one equality comparison | Ned Batchelder | 2019-12-31 | 1 | -1/+1 | |
| | ||||||
* | Adjust other env.PYPY tests to the latest way | Ned Batchelder | 2019-12-31 | 1 | -3/+2 | |
| | ||||||
* | Don't need to check for JSON-era bad-data messages any more | Ned Batchelder | 2019-12-22 | 1 | -10/+0 | |
| | ||||||
* | I'm not sure why I was deleting these meta env vars | Ned Batchelder | 2019-12-01 | 1 | -0/+3 | |
| | | | | Don't we want to measure the coverage of subprocesses we start in tests? | |||||
* | Run windows tests in parallel | Ned Batchelder | 2019-11-26 | 1 | -1/+16 | |
| | | | | | ... and fix the cleanup that prevented it previously by retrying until the cleanup succeeds. | |||||
* | Adapt to 3.9's way of reporting files using absolute paths. | Ned Batchelder | 2019-11-25 | 1 | -6/+13 | |
| | ||||||
* | Implement __spec__ for files we run. #745 #838 | Ned Batchelder | 2019-11-24 | 1 | -7/+26 | |
| | ||||||
* | '[run] note' is no longer supported. | Ned Batchelder | 2019-11-09 | 1 | -22/+1 | |
| | ||||||
* | Upgrade pylint | Ned Batchelder | 2019-10-18 | 1 | -1/+1 | |
| | ||||||
* | Avoid a test that recent pypy3 can't run properly | Ned Batchelder | 2019-09-15 | 1 | -0/+3 | |
| | ||||||
* | No need for format indexes (mostly) | Ned Batchelder | 2019-09-01 | 1 | -3/+3 | |
| | ||||||
* | Can't run the delete-my-directory tests on Windows | Ned Batchelder | 2019-07-06 | 1 | -0/+5 | |
| | ||||||
* | Add tests of bug #806, and ensure it's fixed even if the program ends with ↵ | Ned Batchelder | 2019-07-06 | 1 | -0/+30 | |
| | | | | an exception | |||||
* | Use pylint 2.x | Ned Batchelder | 2019-05-13 | 1 | -1/+1 | |
| | ||||||
* | Check for skipping tests before super.setUp | Ned Batchelder | 2019-04-21 | 1 | -2/+2 | |
| | ||||||
* | Rewrite XML tests to use xml parsing instead of regexes | Ned Batchelder | 2019-03-23 | 1 | -6/+13 | |
| | ||||||
* | Asserts should be expected,actual | Ned Batchelder | 2018-12-24 | 1 | -2/+2 | |
| | ||||||
* | Remove incorrect comment | Ned Batchelder | 2018-11-25 | 1 | -1/+0 | |
| | ||||||
* | Comparisons should be expected/actual | Ned Batchelder | 2018-11-25 | 1 | -3/+3 | |
| | ||||||
* | PyRunner knows how to run Python files. | Ned Batchelder | 2018-11-25 | 1 | -0/+18 | |
| | | | | Adjust sys.path to better emulate Python, but only if we should. | |||||
* | A test of the #678 case | Ned Batchelder | 2018-11-25 | 1 | -0/+33 | |
| | ||||||
* | Convert farm/run/run_timid.py to a test_process test | Ned Batchelder | 2018-11-18 | 1 | -0/+59 | |
| | ||||||
* | Typo | Ned Batchelder | 2018-11-13 | 1 | -1/+1 | |
| | ||||||
* | Comparisons should always be expected,actual | Ned Batchelder | 2018-11-13 | 1 | -32/+30 | |
| | ||||||
* | Use --source to ensure tests are showing what we want. | Ned Batchelder | 2018-10-14 | 1 | -3/+5 | |
| | | | | | | | | | | | Travis started having these extra files in coverage reports from our tests: site-packages/pkg_resources/_vendor/six.py site-packages/pkg_resources/extern/__init__.py I don't know why they are being pulled in, but the tests aren't interested in them, and it is throwing off the results. | |||||
* | SQLite on windows has slightly different messages | Ned Batchelder | 2018-09-02 | 1 | -2/+2 | |
| | ||||||
* | SQLite storage detects forks | Ned Batchelder | 2018-08-27 | 1 | -2/+0 | |
| | ||||||
* | Tests of the schema checking | Ned Batchelder | 2018-08-26 | 1 | -2/+2 | |
| | ||||||
* | Be flexible, and accept either json-sourced or sql-source error messages in ↵ | Ned Batchelder | 2018-08-24 | 1 | -1/+12 | |
| | | | | some tests | |||||
* | Skip some tests for SQL for now | Ned Batchelder | 2018-08-24 | 1 | -0/+4 | |
| | ||||||
* | Move line_counts out of the data classes | Ned Batchelder | 2018-08-10 | 1 | -17/+18 | |
| | ||||||
* | Merge branch 'master' into nedbat/data-sqlite | Ned Batchelder | 2018-08-08 | 1 | -35/+29 | |
|\ | ||||||
| * | Simplify counting data files | Ned Batchelder | 2018-08-08 | 1 | -35/+29 | |
| | | ||||||
* | | Make file operations implicit on constructed filename | Ned Batchelder | 2018-07-23 | 1 | -23/+23 | |
|/ | ||||||
* | Add a test to be sure 'combine' works both plain and --append | Ned Batchelder | 2018-07-23 | 1 | -15/+49 | |
| | ||||||
* | Update NOTICE link to GitHub. | Ned Batchelder | 2018-06-24 | 1 | -1/+1 | |
| | ||||||
* | Drop support for EOL 2.5, 2.6 and 3.3 | Hugo | 2018-06-19 | 1 | -3/+0 | |
| |