summaryrefslogtreecommitdiff
path: root/tests/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-161-8/+8
* Clean up remaining pylint problems in test_process.pyNed Batchelder2015-06-281-6/+19
* Paperwork for last mergeNed Batchelder2015-06-281-0/+2
* Add missing import. Add assertions for 'No data to report.' in output.Ionel Cristian Maries2015-06-281-3/+6
* Make return codes consistent: 1 for no data and 2 for fail_under. Now the `re...Ionel Cristian Maries2015-06-281-6/+26
* Add tests for xml and html commands.Ionel Cristian Maries2015-06-281-2/+13
* Make fail_under fail if there is no coverage data.Ionel Cristian Maries2015-06-281-0/+9
* addCleanup cleanupNed Batchelder2015-02-131-5/+1
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-2/+3
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-78/+82
* Make sure all tests use super().setUp properly.Ned Batchelder2015-02-071-0/+1
* Give a reasonable warning for a previous assert. Closes #353.Ned Batchelder2015-01-261-0/+25
* Make some test setup more uniformNed Batchelder2015-01-181-3/+4
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-11/+12
* Use file names with extensions in reports.Ned Batchelder2015-01-171-4/+4
* OK, I should really stop fiddling with spell-check...Ned Batchelder2014-11-271-5/+7
* --fail-under can now be specified in the rcfile. #314Ned Batchelder2014-11-271-0/+9
* A better way to find places to write .pth files for the tests? #339.Ned Batchelder2014-11-271-11/+24
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-4/+4
* Mark code in test_process as not coveredNed Batchelder2014-11-251-18/+18
* Cleanups from pull request 42Ned Batchelder2014-11-241-9/+16
* Merged pull request 42, fixing issue #328.Ned Batchelder2014-11-241-5/+146
|\
| * add necessary tests, fix attrname, once it was shown to failBuck Golemon2014-11-151-5/+97
| * make --source and -m play nice togetherbuck2014-10-151-0/+49
* | Change all pylint message codes to message namesNed Batchelder2014-11-231-1/+1
|/
* Use with-open everywhereNed Batchelder2014-10-261-7/+9
* We changed the name of the classNed Batchelder2014-09-281-1/+1
* More things we don't need with the latest versionsNed Batchelder2014-09-201-2/+1
* Remove old stuff for old PythonsNed Batchelder2014-06-031-17/+17
* Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-031-12/+27
* Switch some uses of old command line syntax to newNed Batchelder2014-05-181-10/+10
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-3/+3
* Finish up #305.Ned Batchelder2014-05-171-0/+12
* Add a test of the pydoc behavior.Ned Batchelder2013-12-141-0/+24
* Not going to use print functions, but at least make them all look the same.Ned Batchelder2013-10-201-4/+4
* with statements: no more finally closeNed Batchelder2013-10-201-4/+1
* Generator expressons are ok now.Ned Batchelder2013-10-191-1/+1
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-16/+13
* Can't just run 'python' in a subprocess from 3.x, since it doesn't install as...Ned Batchelder2013-10-051-2/+4
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-1/+3
* Add one more assertion to a test about COVERAGE_PROCESS_START.Ned Batchelder2013-09-151-1/+3
* Get sys.path right when running modules with -m, fixes #207 and #242.Ned Batchelder2013-04-201-15/+28
* Don't issue spurious warnings about the trace function changing. Fixes #164Ned Batchelder2013-03-101-0/+33
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-3/+3
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-0/+575