Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be sure to close the file we opened if something goes wrong. | Ned Batchelder | 2015-07-23 | 1 | -3/+7 |
| | |||||
* | The data file now has a warning in it, and is not pure JSON. | Ned Batchelder | 2015-07-23 | 1 | -1/+8 |
| | |||||
* | Move these together | Ned Batchelder | 2015-07-23 | 1 | -10/+10 |
| | |||||
* | Test (and fix!) the secret data dumper. | Ned Batchelder | 2015-07-23 | 1 | -17/+7 |
| | |||||
* | Add validation for internal data storage, and fix a bug discovered: storing ↵ | Ned Batchelder | 2015-07-22 | 1 | -2/+49 |
| | | | | empty strings as plugin names. | ||||
* | Move the raw data dumper to a more internal place. | Ned Batchelder | 2015-07-22 | 1 | -5/+37 |
| | |||||
* | A way to see the raw data in the data file. | Ned Batchelder | 2015-07-22 | 1 | -2/+15 |
| | |||||
* | Don't write a plugins key if there are no plugins. | Ned Batchelder | 2015-07-22 | 1 | -1/+2 |
| | |||||
* | Data files are now JSON instead of pickles. Fixes #236. | Ned Batchelder | 2015-07-21 | 1 | -48/+51 |
| | |||||
* | Remove CoverageData(collector=), we'll do it differently soon. | Ned Batchelder | 2015-07-21 | 1 | -10/+1 |
| | |||||
* | Add docs to CoverageData. | Ned Batchelder | 2015-07-20 | 1 | -84/+157 |
| | |||||
* | Check the error messages when we expect exceptions | Ned Batchelder | 2015-07-20 | 1 | -1/+5 |
| | |||||
* | Be more strict when recording plugin names | Ned Batchelder | 2015-07-20 | 1 | -1/+14 |
| | |||||
* | Fix and test add_to_hash: test_data.py now 100% covers data.py | Ned Batchelder | 2015-07-20 | 1 | -3/+13 |
| | |||||
* | CoverageData.plugin_name() can now return None or '' to differentiate ↵ | Ned Batchelder | 2015-07-19 | 1 | -18/+25 |
| | | | | unmeasured, or measured but no plugin. | ||||
* | CoverageData.lines() and CoverageData.arcs() now distinguish between ↵ | Ned Batchelder | 2015-07-19 | 1 | -7/+20 |
| | | | | unmeasured, and measured, but nothing ran | ||||
* | More testing of CoverageData.update | Ned Batchelder | 2015-07-19 | 1 | -2/+3 |
| | |||||
* | Start preventing incorrect mixing of data. | Ned Batchelder | 2015-07-19 | 1 | -1/+33 |
| | |||||
* | Fix a test that used an unmaintained fake implementation for data. | Ned Batchelder | 2015-07-19 | 1 | -2/+0 |
| | |||||
* | Be sure not to write lines if we are measuring arcs | Ned Batchelder | 2015-07-18 | 1 | -2/+2 |
| | |||||
* | Refactor collector->data; data has only one of lines and arcs. | Ned Batchelder | 2015-07-18 | 1 | -27/+36 |
| | | | | | | 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. | ||||
* | Remove __main__ clause here, it doesn't work any more. | Ned Batchelder | 2015-07-16 | 1 | -11/+0 |
| | |||||
* | Change CoverageData.summary() to CoverageData.line_counts() | Ned Batchelder | 2015-07-16 | 1 | -2/+7 |
| | |||||
* | Add a boolean interpretation of CoverageData. | Ned Batchelder | 2015-07-16 | 1 | -0/+5 |
| | |||||
* | PEP8 fixes, but too many to really fix | Ned Batchelder | 2015-07-16 | 1 | -5/+5 |
| | |||||
* | Move suffix logic into data.py | Ned Batchelder | 2015-07-15 | 1 | -0/+18 |
| | |||||
* | is better than | Ned Batchelder | 2015-07-14 | 1 | -5/+6 |
| | |||||
* | More simplification of the data api | Ned Batchelder | 2015-07-12 | 1 | -59/+48 |
| | |||||
* | More reworking of the data api | Ned Batchelder | 2015-07-12 | 1 | -18/+19 |
| | |||||
* | Include CoverageData in the docs | Ned Batchelder | 2015-07-11 | 1 | -4/+7 |
| | |||||
* | Clean up the unused debug argument to CoverageDataFiles | Ned Batchelder | 2015-07-11 | 1 | -10/+6 |
| | |||||
* | Split off CoverageDataFiles from CoverageData | Ned Batchelder | 2015-07-11 | 1 | -101/+121 |
| | |||||
* | The use_cache method is no longer supported. | Ned Batchelder | 2015-07-11 | 1 | -18/+7 |
| | |||||
* | Mark an internal method as internal, in prep for revamping the data api. | Ned Batchelder | 2015-07-11 | 1 | -3/+3 |
| | |||||
* | Add some docstrings | Ned Batchelder | 2015-07-03 | 1 | -2/+1 |
| | |||||
* | Normalize measured data's filenames before adding to data. | Ned Batchelder | 2015-05-25 | 1 | -0/+4 |
| | |||||
* | remove unneeded conditional | Christine Lytwynec | 2015-04-24 | 1 | -3/+1 |
| | | | | | --HG-- branch : combine-from-multiple-dirs | ||||
* | Update tests | Christine Lytwynec | 2015-04-23 | 1 | -1/+1 |
| | | | | | --HG-- branch : combine-from-multiple-dirs | ||||
* | Added ability to combine coverage data files from multiple directories into ↵ | Christine Lytwynec | 2015-04-21 | 1 | -15/+25 |
| | | | | | | | one file via command line args. --HG-- branch : combine-from-multiple-dirs | ||||
* | backout b98fc53, so that tip is clean for merging pull requests. | Ned Batchelder | 2015-04-15 | 1 | -6/+5 |
| | |||||
* | Absolute names in data, fixes Windows plugins, breaks data tests. | Ned Batchelder | 2015-03-01 | 1 | -5/+6 |
| | |||||
* | Read and write plugin data to .coverage | Ned Batchelder | 2015-01-08 | 1 | -8/+14 |
| | |||||
* | Rename extensions to plugins, since extensions reminds me of parts of filenames | Ned Batchelder | 2014-08-20 | 1 | -8/+8 |
| | | | | | --HG-- rename : coverage/extension.py => coverage/plugin.py | ||||
* | Crazy-ugly start to extensions for Django and Mako | Ned Batchelder | 2014-07-04 | 1 | -0/+19 |
| | | | | | --HG-- branch : django | ||||
* | with statements: no more finally close | Ned Batchelder | 2013-10-20 | 1 | -8/+2 |
| | | | | | --HG-- branch : 4.0 | ||||
* | Generator expressons are ok now. | Ned Batchelder | 2013-10-19 | 1 | -2/+2 |
| | | | | | --HG-- branch : 4.0 | ||||
* | Get rid of our backward implementation of set, sorted, reversed, and rpartition. | Ned Batchelder | 2013-10-19 | 1 | -1/+1 |
| | | | | | --HG-- branch : 4.0 | ||||
* | More --debug options, split code into separate objects. | Ned Batchelder | 2013-09-08 | 1 | -1/+9 |
| | |||||
* | Use iitems() to avoid lists of dict items on py2. | Ned Batchelder | 2012-11-16 | 1 | -10/+10 |
| | |||||
* | Refactor, and make it work on older Pythons. | Ned Batchelder | 2012-11-14 | 1 | -6/+2 |
| |