summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Redo-ing test_farm.py: make methods into functions where they don't need to ↵Ned Batchelder2015-08-161-61/+63
| | | | | | | | | | | | be methods.
* | | Trailing spaceNed Batchelder2015-08-161-1/+1
| | |
* | | More informative error message if can't find static filesNed Batchelder2015-08-161-1/+8
| | |
* | | Fix spellingNed Batchelder2015-08-152-1/+2
| | |
* | | Clean up changes.rst, including removing noisy issue links.Ned Batchelder2015-08-154-86/+68
| | |
* | | Add pointers to two plugins to the docsNed Batchelder2015-08-151-0/+16
| | |
* | | A better titleNed Batchelder2015-08-151-3/+3
| | |
* | | Separate the plugin API docs from the 'using plugins' docs.Ned Batchelder2015-08-156-23/+52
| | |
* | | Plugin doc tweakingNed Batchelder2015-08-152-19/+25
| | |
* | | Be consistent in the use of "filename" and "file name".Ned Batchelder2015-08-151-14/+17
| | |
* | | Finish the plugin docstrings.Ned Batchelder2015-08-152-43/+147
| | |
* | | Use new travis stuffNed Batchelder2015-08-151-0/+2
| | |
* | | More plugin docsNed Batchelder2015-08-153-26/+36
| | |
* | | Clean ups from PR 66Ned Batchelder2015-08-153-13/+20
| | |
* | | Merged in garar/coverage.py (pull request #66)Ned Batchelder2015-08-153-5/+55
|\ \ \ | | | | | | | | | | | | Do not raise an exception for empty summary when using skip_covered.
| * | | Fix no data and skip-covered.garar2015-08-142-3/+18
| | | |
| * | | Merge defaultgarar2015-08-144-12/+106
| |\ \ \
| | * \ \ Merged ned/coveragepy into defaultKrystian Kichewko2015-08-144-12/+106
| | |\ \ \
| * | | | | Update skip_covered handling, add info when files are skipped. Tests.garar2015-08-142-5/+39
| |/ / / /
| * | | | Do not raise an exception for empty summary when using skip_covered.garar2015-08-121-1/+1
| | | | |
| * | | | Add .vimtags to .hgignoregarar2015-08-121-0/+1
| | | | |
* | | | | Cyclic import warnings are not helpfulNed Batchelder2015-08-151-1/+2
| | | | |
* | | | | Use ntpath so Windows file manipulation can be tested the same everywhere.Ned Batchelder2015-08-153-8/+4
| | | | |
* | | | | Refactor some data test codeNed Batchelder2015-08-142-38/+25
| | | | |
* | | | | Remove an unneeded pylint pragmaNed Batchelder2015-08-141-1/+0
| | | | |
* | | | | Clean ups from pr 66Ned Batchelder2015-08-143-17/+33
| | | | |
* | | | | Merged in atodorov/coverage.py/read_pickle (pull request #67)Ned Batchelder2015-08-143-0/+110
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | Add pickle2json converter.
| * | | | Add pickle2json converter. Closes #395Alexander Todorov2015-08-073-0/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- branch : read_pickle extra : amend_source : 71ae428d9f389e19ed74215bfc3f1630fcdc40a1
* | | | | Simplify the skip_covered logicNed Batchelder2015-08-131-4/+1
| | | | |
* | | | | CleanupsNed Batchelder2015-08-131-8/+6
| | | | |
* | | | | A new How It Works page in the docsNed Batchelder2015-08-122-0/+99
| |/ / / |/| | |
* | | | When making local kits, clean the cache to avoid confusionNed Batchelder2015-08-111-0/+3
| | | |
* | | | Oops, get the _needs_to_implement line right.Ned Batchelder2015-08-111-1/+1
| | | |
* | | | Make sure source_token_lines always returns Unicode strings for the token text.Ned Batchelder2015-08-112-10/+11
| | | |
* | | | Use @expensive at the FileReporter interface.Ned Batchelder2015-08-112-8/+8
| | | |
* | | | Might as well use the Sphinx way to do this.Ned Batchelder2015-08-101-1/+1
| | | |
* | | | Back to rtd theme, with font overridesNed Batchelder2015-08-102-34/+12
| | | |
* | | | Add docstring for source_token_linesNed Batchelder2015-08-105-4/+26
| | | |
* | | | Fix the pep8 settings.Ned Batchelder2015-08-102-2/+4
| | | |
* | | | Make sure FileReporters are called once for their data.Ned Batchelder2015-08-094-44/+50
| | | |
* | | | Simpler empty setNed Batchelder2015-08-092-2/+2
| | | |
* | | | Rename .statements and .excluded_statements to .lines and .excluded_linesNed Batchelder2015-08-097-40/+55
| | | |
* | | | Remove should_be_python from the FileReporter interfaceNed Batchelder2015-08-094-14/+4
| | | |
* | | | Move flat_rootname from FileReporter to a utility function.Ned Batchelder2015-08-096-38/+28
| | | |
* | | | Correct the handling of IndentationError and TokenErrorNed Batchelder2015-08-093-14/+37
| | | |
* | | | Make PyContracts disablable during debugging.Ned Batchelder2015-08-092-2/+5
| | | |
* | | | .arcs() doesn't have to sort its results.Ned Batchelder2015-08-092-3/+3
| | | |
* | | | Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-088-24/+24
| | | |
* | | | Use the canonical import names for plugin base classes.Ned Batchelder2015-08-082-4/+4
| | | |
* | | | Finally the right way to get module references correct, without pulling in ↵Ned Batchelder2015-08-072-2/+2
|/ / / | | | | | | | | | the module docstring.