summaryrefslogtreecommitdiff
path: root/test/test_process.py
Commit message (Collapse)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-575/+0
| | | | package.
* Mark expected-failure tests as suchNed Batchelder2013-01-011-2/+2
|
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-2/+1
|
* This is the correct fix for #224. Data gets collected, and doesn't incur ↵Ned Batchelder2012-12-291-1/+1
| | | | crazy harvesting during reporting.
* A test to prove that the fix for #224 causes problems of its own.Ned Batchelder2012-12-291-0/+21
|
* One more test, to prove that bug #220 is invalid.Ned Batchelder2012-12-231-0/+40
|
* Retro-fit onto 2.3 and 2.4 again.Ned Batchelder2012-12-191-5/+7
|
* If we're going to skip the test during meta-coverage, then it won't be covered.Ned Batchelder2012-12-101-1/+1
|
* Clean up from today's workNed Batchelder2012-12-091-5/+10
|
* Fix a typo in a test nameNed Batchelder2012-12-081-1/+1
|
* A test that subprocess measurement works.Ned Batchelder2012-12-031-2/+56
|
* SpacesNed Batchelder2012-12-021-1/+1
|
* A bunch of tweaks to improve coverageNed Batchelder2012-12-011-2/+5
|
* Create coverage-X.Y aliases also. Closes #111.Ned Batchelder2012-11-171-1/+15
|
* Merged in JulianB/coverage.py/coverage3 (pull request #12), and added docs ↵Ned Batchelder2012-11-161-0/+9
|\ | | | | | | and tests
* | A faster way to get the actual path of Windows files, especially when ↵Ned Batchelder2012-11-111-2/+2
| | | | | | | | operating on lots of files in the same directory.
* | No longer see a mysterious exception when not able to run code: ↵Ned Batchelder2012-11-111-0/+2
| | | | | | | | AttributeError: 'NoneType' object has no attribute 'isabs'. #153
* | More converstion to assertIn and assertNotIn.Ned Batchelder2012-11-111-12/+12
| |
* | A work-in-progress for #207, a minor improvement, and a commented-out test ↵Ned Batchelder2012-11-081-0/+9
| | | | | | | | that shows the problem.
* | pylint clean-up.Ned Batchelder2012-11-031-14/+14
| |
* | Issue #139: Now the report, html, and xml commands take a --fail-under=MIN ↵Ned Batchelder2012-11-031-0/+33
|/ | | | switch, and exit with 2 if the coverage is less than MIN.
* Make the tests pass on 3.3.0a1Ned Batchelder2012-03-251-1/+4
|
* All the tests pass under PyPy: sys has a bogus __file__, Unicode is 4-byte, ↵Ned Batchelder2012-03-201-0/+4
| | | | and pypy inserts an extra stack frame into tracebacks.
* Make stuff work in other Python versions. Some stuff isn't *quite* right ↵Ned Batchelder2011-10-301-5/+6
| | | | <2.6. #155
* Make execution with -m match Python more closely.Ned Batchelder2011-10-301-0/+6
|
* Fix the [paths] feature to actually work for reporting.Ned Batchelder2011-09-031-1/+3
|
* And also keep Py3.x happy...Ned Batchelder2011-08-231-2/+2
|
* More windows tweaking.Ned Batchelder2011-08-231-1/+4
|
* Finished implementation of path aliases for combining data files. #17.Ned Batchelder2011-08-231-0/+46
|
* Control the test better; don't use os when cleaning up the pathNed Batchelder2011-08-081-20/+25
|
* A fullcoverage tracer that works. Events are stashed, then replayed when ↵Ned Batchelder2011-08-081-0/+20
| | | | coverage is started.
* Minor tweak to a warning.Ned Batchelder2011-06-041-1/+1
|
* The current directory auto-inserted into sys.path is now absolute, to better ↵Ned Batchelder2011-05-211-0/+7
| | | | mimic Python execution.
* Add a test helper for checking on the existence of files.Ned Batchelder2011-03-221-13/+13
|
* A different (better) way to avoid warnings when no code has been run.Ned Batchelder2011-02-121-1/+1
|
* Don't warn about not collecting data if we never ran any code in the first ↵Ned Batchelder2011-02-071-0/+10
| | | | place.
* Make this message simpler and clearer.Ned Batchelder2011-02-071-2/+2
|
* Make sure we can get multiple warnings of the same kind.Ned Batchelder2010-11-061-1/+2
|
* If you called sys.exit() with no argument, coverage.py got tangled. Thanks, ↵Ned Batchelder2010-09-181-0/+17
| | | | Brodie Rao.
* Fix this test: can't guarantee the order of stdout and stderr in the output.Ned Batchelder2010-07-121-6/+3
|
* Move the warnings to get them in more cases, and test one of those cases.Ned Batchelder2010-06-231-0/+17
|
* All tests now use underscore names instead of some having camelCase names.Ned Batchelder2010-06-181-3/+3
|
* Calculate the pid suffix for data files at the end of the process so that ↵Ned Batchelder2010-03-201-1/+1
| | | | programs calling os.fork will collect data from both child and parent. Fixes issue #56.
* A successful fork.py will have 9 lines executed.Ned Batchelder2010-03-181-1/+1
|
* A test for issue #56.Ned Batchelder2010-03-181-0/+40
|
* Reports now emphasize missed lines over executed lines, since those are more ↵Ned Batchelder2010-03-131-2/+2
| | | | helpful for directing developers to improved test coverage.
* Don't let parallel=True prevent reporting. Fixes #49.Ned Batchelder2010-03-061-7/+8
|
* If the user's code calls sys.exit(), honor the request and exit with that ↵Ned Batchelder2010-02-281-5/+18
| | | | status. Fixes issue #50.
* SpacesNed Batchelder2010-02-241-1/+1
|
* Clarify a commentNed Batchelder2010-02-241-2/+2
|