summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-02174-14512/+0
| | | | package.
* More failing branch tests.Ned Batchelder2013-01-121-4/+5
|
* Better understanding of how the trace function is invoked as byte codes are ↵Ned Batchelder2013-01-111-19/+25
| | | | executed. Fixes #175.
* Simplify this test case for #175.Ned Batchelder2013-01-091-2/+2
|
* Add a few failing tests for branch coverage work.Ned Batchelder2013-01-011-0/+29
|
* Mark expected-failure tests as suchNed Batchelder2013-01-014-5/+5
|
* A skipped failing test for #79.Ned Batchelder2012-12-311-0/+25
|
* Added a test while investigating bug #79.Ned Batchelder2012-12-311-0/+19
|
* Get rid of import craziness in the tests.Ned Batchelder2012-12-3021-66/+32
|
* 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
|
* Preventing double harvesting was keeping the nose plugin from working. Not ↵Ned Batchelder2012-12-281-0/+39
| | | | sure what it was meant to solve in the first place. Fixes #224. Maybe allows double warnings now?
* One more test, to prove that bug #220 is invalid.Ned Batchelder2012-12-231-0/+40
|
* Clean up debugging stuffNed Batchelder2012-12-211-3/+0
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-12-212-0/+9
|\
| * The egg test wasn't working properly. Thanks, py2.3, for pointing this outNed Batchelder2012-12-212-0/+9
| |
* | MergedNed Batchelder2012-12-201-1/+5
|\ \ | |/ |/|
| * Debugging to understand why 'trace function changed' appears.Ned Batchelder2012-12-201-1/+5
| |
* | Retro-fit onto 2.3 and 2.4 again.Ned Batchelder2012-12-192-7/+9
|/
* 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
|
* Get meta-coverage working on sub-processes.Ned Batchelder2012-12-091-0/+7
|
* Fix a typo in a test nameNed Batchelder2012-12-081-1/+1
|
* Fix the blunt hackNed Batchelder2012-12-081-3/+5
|
* A blunt instrument for tracking down problems during testing.Ned Batchelder2012-12-081-0/+4
|
* A test that subprocess measurement works.Ned Batchelder2012-12-031-2/+56
|
* SpacesNed Batchelder2012-12-022-2/+2
|
* Use '# pragma: nested' for lines not covered due to nested coverage.Ned Batchelder2012-12-0221-50/+50
|
* A bunch of tweaks to improve coverageNed Batchelder2012-12-017-29/+58
|
* Switch to our own prama syntax, so the tests can use the std without getting ↵Ned Batchelder2012-12-012-4/+4
| | | | mixed up.
* Igor sets the tracers from args, use that during coverage measurement.Ned Batchelder2012-11-301-7/+7
|
* Refactor a bunch of tests to isolate the recursive coverage calls.Ned Batchelder2012-11-296-79/+43
|
* Fix this testNed Batchelder2012-11-281-2/+4
|
* Config files now can use environment variables. #97.Ned Batchelder2012-11-251-0/+24
|
* These are obsolete.Ned Batchelder2012-11-251-89/+0
|
* Add an environment variable to the sub-python test.Ned Batchelder2012-11-241-0/+5
|
* 'coverage debug sys' shows the python executable, and there's a test that ↵Ned Batchelder2012-11-241-0/+17
| | | | our subprocesses use the same one we do.
* Cleaning up.Ned Batchelder2012-11-241-1/+1
|
* Messages with filenames are not good as %r, because it doubles the ↵Ned Batchelder2012-11-231-3/+3
| | | | backslashes...
* If a file is missing, don't show an error message with the wrong path. #60.Ned Batchelder2012-11-231-1/+22
|
* LintNed Batchelder2012-11-212-4/+4
|
* Fix IndentationErrors when parsing non-Python files. #82.Ned Batchelder2012-11-211-17/+6
|
* This is useful during debugging.Ned Batchelder2012-11-211-0/+6
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2012-11-213-3/+3
|\
| * Now package name can be empty.Ned Batchelder2012-11-213-3/+3
| |
* | Trying to reproduce the latest incarnation of #82Ned Batchelder2012-11-211-0/+29
|/
* Moar tests for XML reporting.Ned Batchelder2012-11-201-1/+54
|
* I prefer not having docstrings in test methods.Ned Batchelder2012-11-201-7/+3
|
* lint lintNed Batchelder2012-11-191-1/+1
|
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-192-8/+31
|