summaryrefslogtreecommitdiff
path: root/tests/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* This test is picky about platformsNed Batchelder2020-11-281-1/+1
* Fix tests for GitHub windows platformNed Batchelder2020-11-281-3/+3
* PyPy 3.7 doesn't act exactly like CPython 3.7Ned Batchelder2020-10-101-1/+1
* More bitbucket->github urlsNed Batchelder2020-08-181-10/+10
* Provide more information in the fail-under messageNed Batchelder2020-06-281-2/+8
* message for fail-undernavyad2020-04-191-2/+2
* sysconfig has been available since 2.7Ned Batchelder2020-02-291-2/+2
* Better xfail mechanismNed Batchelder2020-01-181-3/+5
* A test of running coverage when it has been zipped. #862Ned Batchelder2020-01-111-1/+12
* A test that reproduces #862Ned Batchelder2020-01-101-0/+18
* A test for #909Ned Batchelder2020-01-031-0/+28
* Changing PYVERSION to six elements broke one equality comparisonNed Batchelder2019-12-311-1/+1
* Adjust other env.PYPY tests to the latest wayNed Batchelder2019-12-311-3/+2
* Don't need to check for JSON-era bad-data messages any moreNed Batchelder2019-12-221-10/+0
* I'm not sure why I was deleting these meta env varsNed Batchelder2019-12-011-0/+3
* Run windows tests in parallelNed Batchelder2019-11-261-1/+16
* Adapt to 3.9's way of reporting files using absolute paths.Ned Batchelder2019-11-251-6/+13
* Implement __spec__ for files we run. #745 #838Ned Batchelder2019-11-241-7/+26
* '[run] note' is no longer supported.Ned Batchelder2019-11-091-22/+1
* Upgrade pylintNed Batchelder2019-10-181-1/+1
* Avoid a test that recent pypy3 can't run properlyNed Batchelder2019-09-151-0/+3
* No need for format indexes (mostly)Ned Batchelder2019-09-011-3/+3
* Can't run the delete-my-directory tests on WindowsNed Batchelder2019-07-061-0/+5
* Add tests of bug #806, and ensure it's fixed even if the program ends with an...Ned Batchelder2019-07-061-0/+30
* Use pylint 2.xNed Batchelder2019-05-131-1/+1
* Check for skipping tests before super.setUpNed Batchelder2019-04-211-2/+2
* Rewrite XML tests to use xml parsing instead of regexesNed Batchelder2019-03-231-6/+13
* Asserts should be expected,actualNed Batchelder2018-12-241-2/+2
* Remove incorrect commentNed Batchelder2018-11-251-1/+0
* Comparisons should be expected/actualNed Batchelder2018-11-251-3/+3
* PyRunner knows how to run Python files.Ned Batchelder2018-11-251-0/+18
* A test of the #678 caseNed Batchelder2018-11-251-0/+33
* Convert farm/run/run_timid.py to a test_process testNed Batchelder2018-11-181-0/+59
* TypoNed Batchelder2018-11-131-1/+1
* Comparisons should always be expected,actualNed Batchelder2018-11-131-32/+30
* Use --source to ensure tests are showing what we want.Ned Batchelder2018-10-141-3/+5
* SQLite on windows has slightly different messagesNed Batchelder2018-09-021-2/+2
* SQLite storage detects forksNed Batchelder2018-08-271-2/+0
* Tests of the schema checkingNed Batchelder2018-08-261-2/+2
* Be flexible, and accept either json-sourced or sql-source error messages in s...Ned Batchelder2018-08-241-1/+12
* Skip some tests for SQL for nowNed Batchelder2018-08-241-0/+4
* Move line_counts out of the data classesNed Batchelder2018-08-101-17/+18
* Merge branch 'master' into nedbat/data-sqliteNed Batchelder2018-08-081-35/+29
|\
| * Simplify counting data filesNed Batchelder2018-08-081-35/+29
* | Make file operations implicit on constructed filenameNed Batchelder2018-07-231-23/+23
|/
* Add a test to be sure 'combine' works both plain and --appendNed Batchelder2018-07-231-15/+49
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* Drop support for EOL 2.5, 2.6 and 3.3Hugo2018-06-191-3/+0
* Make version checking more uniformNed Batchelder2018-06-131-2/+2
* No more support for 2.6 or 3.3Ned Batchelder2018-05-051-8/+0