summaryrefslogtreecommitdiff
path: root/tests/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* check_preimported=True controls whether coverage checks pre-imported files wh...Ned Batchelder2018-03-061-1/+1
* In 3.7, testing libs are issuing warnings. We don't want them to count agains...Ned Batchelder2018-03-061-0/+5
* More pragmas to fine-tune coverage of test codeNed Batchelder2018-02-221-2/+2
* Pragma away some test code that won't be coveredNed Batchelder2018-02-201-1/+1
* A new warning for files already imported before coverage startsNed Batchelder2018-02-201-0/+24
* Make a test a little more specificNed Batchelder2018-02-191-1/+5
* Raise an error if combine can't find usable data files. #629Ned Batchelder2018-01-211-0/+34
* fail_under can now be a float. #631.Ned Batchelder2018-01-211-9/+13
* Fine-tune the pypy3 5.10.0 json bugNed Batchelder2018-01-151-1/+1
* 3.5.4 has a regression, so skip a testNed Batchelder2018-01-141-0/+2
* Skip a test that fails due to a bug in PyPy3-5.10Ned Batchelder2018-01-071-1/+5
* Add the latest warning to the docs, and give them consistent punctuationNed Batchelder2017-10-241-1/+1
* Jython 2.7.1rc3 needsNed Batchelder2017-06-231-0/+3
* Update to pylint 1.7.1Ned Batchelder2017-04-221-2/+0
* Convert two warnings tests to non-processNed Batchelder2017-04-061-33/+0
* Warnings can be disabledNed Batchelder2017-04-041-0/+18
* Add slugs to warnings in prep for suppressable warningsNed Batchelder2017-04-031-5/+6
* Move fail-under tests from process-oriented integration tests to fake-oriente...Ned Batchelder2017-03-081-54/+2
* Give should_fail_under pure tests, so we don't need processes to test numeric...Ned Batchelder2017-03-081-38/+0
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-211-1/+1
* Fix some coverage pragmasNed Batchelder2017-02-071-7/+7
* More-precise no-coverage pragmasNed Batchelder2017-01-191-6/+6