summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | More testing of CoverageData.updateNed Batchelder2015-07-192-3/+35
| | | |
* | | | Start preventing incorrect mixing of data.Ned Batchelder2015-07-192-8/+94
| | | |
* | | | Fix a test that used an unmaintained fake implementation for data.Ned Batchelder2015-07-193-69/+44
| | | |
* | | | Tests of reading and writing dataNed Batchelder2015-07-181-4/+50
| | | |
* | | | Add test of the debug output when reading/writing dataNed Batchelder2015-07-182-2/+44
| | | |
* | | | Test CoverageData.plugin_nameNed Batchelder2015-07-181-1/+8
| | | |
* | | | Be sure not to write lines if we are measuring arcsNed Batchelder2015-07-182-3/+3
| | | |
* | | | Refactor collector->data; data has only one of lines and arcs.Ned Batchelder2015-07-185-78/+66
| | | | | | | | | | | | | | | | | | | | | | | | Now the collector communicates directly with the data, and control is less involved. In the data, when measuring arcs, only arcs are stored. Lines are calculated as needed. This saves space in the data file, and is faster.
* | | | Sketch of eventual data format.Ned Batchelder2015-07-181-0/+58
| | | |
* | | | Need pyenchant for pylint spell checking.Ned Batchelder2015-07-171-1/+4
| | | |
* | | | Remove __main__ clause here, it doesn't work any more.Ned Batchelder2015-07-161-11/+0
| | | |
* | | | Reorganize the data testsNed Batchelder2015-07-161-19/+19
| | | |
* | | | Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-168-35/+40
| | | |
* | | | Add a boolean interpretation of CoverageData.Ned Batchelder2015-07-163-2/+20
| | | |
* | | | Better kitting, including wheelsNed Batchelder2015-07-164-12/+28
| | | |
* | | | Mock broke 2.6 compatibility, so pin it for now.Ned Batchelder2015-07-161-2/+3
| | | |
* | | | PEP8 fixes, but too many to really fixNed Batchelder2015-07-164-11/+12
| | | |
* | | | Move suffix logic into data.pyNed Batchelder2015-07-156-29/+26
| | | |
* | | | Significant whitespace! (not)Ned Batchelder2015-07-141-1/+1
| | | |
* | | | is better thanNed Batchelder2015-07-145-10/+11
| |_|/ |/| |
* | | Rejigger the data tests a tiny bitNed Batchelder2015-07-121-25/+25
| | |
* | | More simplification of the data apiNed Batchelder2015-07-125-77/+66
| | |
* | | More reworking of the data apiNed Batchelder2015-07-125-32/+32
| | |
* | | Coverage._harvest_data is now Coverage.get_dataNed Batchelder2015-07-115-13/+21
| | |
* | | Include CoverageData in the docsNed Batchelder2015-07-112-6/+16
| | |
* | | Clean up the unused debug argument to CoverageDataFilesNed Batchelder2015-07-112-14/+7
| | |
* | | Split off CoverageDataFiles from CoverageDataNed Batchelder2015-07-113-123/+159
| | |
* | | Analysis doesn't need a Coverage object, it needs a CoverageData object.Ned Batchelder2015-07-112-7/+7
| | |
* | | The use_cache method is no longer supported.Ned Batchelder2015-07-114-24/+13
| | |
* | | Python 2.6Ned Batchelder2015-07-111-2/+3
| | |
* | | If __file__ disagrees with the frame, use the frame info. Fixes #380.Ned Batchelder2015-07-115-10/+64
| | |
* | | 40 issues closed in 4.0 so far.Ned Batchelder2015-07-111-0/+3
| | |
* | | Mark an internal method as internal, in prep for revamping the data api.Ned Batchelder2015-07-111-3/+3
| | |
* | | Add a test about claiming a plugin is a file tracer, when it is not.Ned Batchelder2015-07-061-0/+13
| | |
* | | Pylint warningsNed Batchelder2015-07-052-2/+2
| | |
* | | Constructing the plugin is the plugin's businessNed Batchelder2015-07-056-34/+22
| | |
* | | Change how plugins are initialized. No more Plugin. Now coverage_init.Ned Batchelder2015-07-0510-122/+154
| | |
* | | Remove note about timidity of plugins.Ned Batchelder2015-07-051-8/+1
| | |
* | | Remove the last vestige of FileReporter.nameNed Batchelder2015-07-046-13/+8
| | |
* | | Add some docstringsNed Batchelder2015-07-033-9/+12
| | |
* | | Clean up some pylintNed Batchelder2015-07-034-6/+9
| | |
* | | A little cleanup of multiprocessing monkeypatchingNed Batchelder2015-07-031-3/+4
| | |
* | | The file-rename warning needs to take <string> into account.Ned Batchelder2015-07-031-4/+5
| | |
* | | Exec'ing code gives the wrong filename. A warning now, while we figure it ↵Ned Batchelder2015-07-021-0/+5
| | | | | | | | | | | | out. Part of #380.
* | | Bump the version number.Ned Batchelder2015-07-011-1/+1
| | |
* | | Fix the urls to the docs.Ned Batchelder2015-07-012-3/+3
| | |
* | | Clean up remaining pylint problems in test_process.pyNed Batchelder2015-06-281-6/+19
| | |
* | | Paperwork for last mergeNed Batchelder2015-06-282-0/+10
| | |
* | | Correct commentIonel Cristian Maries2015-06-281-1/+1
| | |
* | | Fix various assertions.Ionel Cristian Maries2015-06-282-4/+9
| | |