summaryrefslogtreecommitdiff
path: root/coverage/data.py
Commit message (Expand)AuthorAgeFilesLines
...
* extend combine parameters to allow for file names and shell globsAlexander Todorov2015-07-291-4/+13
* When directories are provided to combine data files, fail if one doesn't exist.Ned Batchelder2015-07-281-1/+9
* FiddlingNed Batchelder2015-07-261-0/+2
* Combine run_infos when combining data.Ned Batchelder2015-07-261-21/+42
* _GO_AWAY is not public.Ned Batchelder2015-07-261-4/+4
* Decided I don't like the napoleon output style.Ned Batchelder2015-07-261-13/+7
* Add more to the data docsNed Batchelder2015-07-251-2/+15
* Experiment with run information stored in the data file.Ned Batchelder2015-07-251-1/+33
* More "plugin" --> "file tracer" in CoverageData.Ned Batchelder2015-07-251-6/+6
* Use more specific names than 'plugins', since there will be more of them in t...Ned Batchelder2015-07-241-28/+30
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-1/+4
* Be sure to close the file we opened if something goes wrong.Ned Batchelder2015-07-231-3/+7
* The data file now has a warning in it, and is not pure JSON.Ned Batchelder2015-07-231-1/+8
* Move these togetherNed Batchelder2015-07-231-10/+10
* Test (and fix!) the secret data dumper.Ned Batchelder2015-07-231-17/+7
* Add validation for internal data storage, and fix a bug discovered: storing e...Ned Batchelder2015-07-221-2/+49
* Move the raw data dumper to a more internal place.Ned Batchelder2015-07-221-5/+37
* A way to see the raw data in the data file.Ned Batchelder2015-07-221-2/+15
* Don't write a plugins key if there are no plugins.Ned Batchelder2015-07-221-1/+2
* Data files are now JSON instead of pickles. Fixes #236.Ned Batchelder2015-07-211-48/+51
* Remove CoverageData(collector=), we'll do it differently soon.Ned Batchelder2015-07-211-10/+1
* Add docs to CoverageData.Ned Batchelder2015-07-201-84/+157
* Check the error messages when we expect exceptionsNed Batchelder2015-07-201-1/+5
* Be more strict when recording plugin namesNed Batchelder2015-07-201-1/+14
* Fix and test add_to_hash: test_data.py now 100% covers data.pyNed Batchelder2015-07-201-3/+13
* CoverageData.plugin_name() can now return None or '' to differentiate unmeasu...Ned Batchelder2015-07-191-18/+25
* CoverageData.lines() and CoverageData.arcs() now distinguish between unmeasur...Ned Batchelder2015-07-191-7/+20
* More testing of CoverageData.updateNed Batchelder2015-07-191-2/+3
* Start preventing incorrect mixing of data.Ned Batchelder2015-07-191-1/+33
* Fix a test that used an unmaintained fake implementation for data.Ned Batchelder2015-07-191-2/+0
* Be sure not to write lines if we are measuring arcsNed Batchelder2015-07-181-2/+2
* Refactor collector->data; data has only one of lines and arcs.Ned Batchelder2015-07-181-27/+36
* Remove __main__ clause here, it doesn't work any more.Ned Batchelder2015-07-161-11/+0
* Change CoverageData.summary() to CoverageData.line_counts()Ned Batchelder2015-07-161-2/+7
* Add a boolean interpretation of CoverageData.Ned Batchelder2015-07-161-0/+5
* PEP8 fixes, but too many to really fixNed Batchelder2015-07-161-5/+5
* Move suffix logic into data.pyNed Batchelder2015-07-151-0/+18
* is better thanNed Batchelder2015-07-141-5/+6
* More simplification of the data apiNed Batchelder2015-07-121-59/+48
* More reworking of the data apiNed Batchelder2015-07-121-18/+19
* Include CoverageData in the docsNed Batchelder2015-07-111-4/+7
* Clean up the unused debug argument to CoverageDataFilesNed Batchelder2015-07-111-10/+6
* Split off CoverageDataFiles from CoverageDataNed Batchelder2015-07-111-101/+121
* The use_cache method is no longer supported.Ned Batchelder2015-07-111-18/+7
* Mark an internal method as internal, in prep for revamping the data api.Ned Batchelder2015-07-111-3/+3
* Add some docstringsNed Batchelder2015-07-031-2/+1
* Normalize measured data's filenames before adding to data.Ned Batchelder2015-05-251-0/+4
* remove unneeded conditionalChristine Lytwynec2015-04-241-3/+1
* Update testsChristine Lytwynec2015-04-231-1/+1
* Added ability to combine coverage data files from multiple directories into o...Christine Lytwynec2015-04-211-15/+25