summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Get meta-coverage working on sub-processes.Ned Batchelder2012-12-093-4/+25
|
* So we can provide args to make commands.Ned Batchelder2012-12-091-2/+2
|
* Fix a typo in a test nameNed Batchelder2012-12-081-1/+1
|
* Fix the blunt hackNed Batchelder2012-12-083-11/+15
|
* A blunt instrument for tracking down problems during testing.Ned Batchelder2012-12-083-1/+12
|
* A test that subprocess measurement works.Ned Batchelder2012-12-031-2/+56
|
* Hmm, 6 digits go up to 999999.Ned Batchelder2012-12-021-1/+1
|
* SpacesNed Batchelder2012-12-022-2/+2
|
* debug sys shows the config files attempted, and the config files read.Ned Batchelder2012-12-022-4/+8
|
* Bump the version number, even though b2 probably won't be needed.Ned Batchelder2012-12-021-1/+1
|
* debug sys now shows the path to the config file.Ned Batchelder2012-12-023-0/+12
|
* Load the existing data before combining, so it's idempotent.Ned Batchelder2012-12-021-0/+1
|
* Use '# pragma: nested' for lines not covered due to nested coverage.Ned Batchelder2012-12-0222-50/+51
|
* Don't search egg-info stuffNed Batchelder2012-12-021-0/+1
|
* Cross-platform coveage measurement.Ned Batchelder2012-12-013-1/+9
|
* A bunch of tweaks to improve coverageNed Batchelder2012-12-018-29/+61
|
* Switch to our own prama syntax, so the tests can use the std without getting ↵Ned Batchelder2012-12-015-8/+8
| | | | mixed up.
* Igor can do more than one thing in one run.Ned Batchelder2012-11-302-25/+40
|
* Igor sets the tracers from args, use that during coverage measurement.Ned Batchelder2012-11-302-8/+8
|
* Refactor a bunch of tests to isolate the recursive coverage calls.Ned Batchelder2012-11-296-79/+43
|
* Add the latest changes to the docs.Ned Batchelder2012-11-292-1/+116
|
* Coverage 3.6b1Ned Batchelder2012-11-281-0/+1
|
* Bump the PyPy version.coverage-3.6b1Ned Batchelder2012-11-281-1/+1
|
* Doc tweaks for 3.6b1Ned Batchelder2012-11-284-8/+12
|
* Fix this testNed Batchelder2012-11-281-2/+4
|
* A few tweaks to the docsNed Batchelder2012-11-282-1/+6
|
* Is this why the beta docs weren't working? omg...Ned Batchelder2012-11-282-3/+3
|
* Try the beta docs.Ned Batchelder2012-11-271-2/+2
|
* Clean up the changes doc. ReST syntax is weird.Ned Batchelder2012-11-272-15/+20
|
* Switch these line endings to unixNed Batchelder2012-11-261-20/+20
|
* Bring the Makefile into the modern testing eraNed Batchelder2012-11-261-14/+5
|
* Meta-coverage is now not hard-wired to my Ubuntu machine, and igor is linted.Ned Batchelder2012-11-253-20/+24
|
* Config files now can use environment variables. #97.Ned Batchelder2012-11-254-3/+57
|
* Coverage.py measuring itself works again! 86%, btw.Ned Batchelder2012-11-255-15/+112
|
* These are obsolete.Ned Batchelder2012-11-252-108/+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-242-0/+18
| | | | our subprocesses use the same one we do.
* py3...Ned Batchelder2012-11-241-1/+1
|
* Cleaning up.Ned Batchelder2012-11-242-1/+2
|
* Add a help function to igorNed Batchelder2012-11-241-0/+9
|
* Might as well combine the two setup.py steps.Ned Batchelder2012-11-241-2/+1
|
* Messages with filenames are not good as %r, because it doubles the ↵Ned Batchelder2012-11-234-6/+6
| | | | backslashes...
* Change one bit.Ned Batchelder2012-11-231-1/+1
|
* If a file is missing, don't show an error message with the wrong path. #60.Ned Batchelder2012-11-233-10/+32
|
* Merged, I thought?Ned Batchelder2012-11-231-0/+6
|\
| * Note the fix for #214 in the change history.Ned Batchelder2012-11-231-0/+6
| |
* | Merged Geoff's changeNed Batchelder2012-11-232-1/+5
|\ \ | |/ |/|
| * Handle compiled files under JythonGeoff Bache2010-12-102-1/+5
| |
* | Nicer formatting for lists in 'debug sys'Ned Batchelder2012-11-221-2/+3
| |
* | Work harder to find where the coverage code actually is, so we can avoid ↵Ned Batchelder2012-11-221-4/+4
| | | | | | | | counting it. WIP #74.