summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Explicitly install the theme sphinx no longer installsNed Batchelder2016-06-261-0/+1
|
* Update requirementsNed Batchelder2016-06-263-4/+4
|
* Update pylint to 1.5.6Ned Batchelder2016-06-2511-41/+35
|
* Mark some impossible-to-cover linesNed Batchelder2016-06-252-4/+4
|
* Change an always-taken elif to an elseNed Batchelder2016-06-251-1/+2
|
* Fixes two overlookeds self.skip callsNed Batchelder2016-06-251-2/+2
|
* Combine no longer appends by defaultNed Batchelder2016-06-256-6/+28
| | | | | | | | | | | Combine used to always load an existing .coverage file. This lead to confusing results and extra tox-clean steps. Now the default is to not load the existing file, though a new --append switch on coverage combine gets you that behavior if you need it. This also pointed up an issue with concurrency=multiprocessing, which is that the child processes automatically used parallel=True, but the parent process did not. Now concurrency=multiprocessing implies parallel=True.
* Prevent subprocess measurement from measuring coverage commands. #492Ned Batchelder2016-06-243-4/+22
|
* Clean up the previous commit that adds a test for #492Ned Batchelder2016-06-242-2/+6
|
* Cleanup test case #492Dan Riti2016-06-241-0/+7
|
* Add test case that demonstrates problem #492Dan Riti2016-06-241-3/+29
|
* No need to mention object.Ned Batchelder2016-06-231-1/+1
|
* A SimpleRepr class to inherit a simple __repr__ implementation.Ned Batchelder2016-06-232-2/+12
|
* A real name for karlw00tNed Batchelder2016-06-192-2/+2
|
* Use latest of unittest-mixinsNed Batchelder2016-06-181-1/+1
|
* Use unittest-mixins 1.1Ned Batchelder2016-06-121-2/+2
|
* An example of using aspectlib to debug how people are calling coverageNed Batchelder2016-06-121-0/+14
|
* This isn't used, but I liked itNed Batchelder2016-06-121-0/+256
|
* Another use of try_execfile.py to adjustNed Batchelder2016-06-122-5/+4
|
* Move try_execfile.py to an unambiguous placeNed Batchelder2016-06-124-17/+26
| | | | | | | | | | | | Where it was, we were counting on "tests" referring to coverage.py's own tests directory, but a -e install of a helper like unittest-mixins could provide a tests directory, which prevented the imports we needed for the tests. Moving try_execfile.py to a new subdirectory with a less-common name solves the problem. --HG-- rename : tests/try_execfile.py => tests/modules/process_test/try_execfile.py
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-1210-30/+23
|
* Final touch on docs for sort columnNed Batchelder2016-06-102-3/+3
|
* Properly handle invalid sorting optionNed Batchelder2016-06-092-3/+14
|
* Fix these new tests to really test the codeNed Batchelder2016-06-092-19/+64
|
* More tweaks to report sortingNed Batchelder2016-06-092-12/+17
| | | | | | | | * Option is case-insensitive. * Can no longer sort by "Missing", because it's nonsense. * Can sort by the branch-sensitive columns.
* Next version will be 4.2Ned Batchelder2016-06-091-1/+1
|
* Move test_summary_class.py into test_summary.pyNed Batchelder2016-06-082-67/+60
|
* Add Dan Wandschneider for #199Ned Batchelder2016-06-081-0/+1
|
* Clean up #199Ned Batchelder2016-06-084-27/+29
|
* Make report's 'sort' option available only via the configuration file, not ↵Dan Wandschneider2016-06-085-20/+7
| | | | available on the command line.
* Use caoverage.py's canonical backwards compatibility infrastructure in new test.Dan Wandschneider2016-06-082-18/+10
|
* Fix test failures in Python 2.6Dan Wandschneider2016-06-081-6/+20
|
* Issue 199: Sort text report.Dan Wandschneider2016-06-085-5/+49
| | | | | | | | | | | | | | Allows sorting of the text report based on: Name, Stmts, Miss, Cover Tested on Mac with Python 2.7.11 and Python 3.5 Help message for the new option is: python -m coverage report -h ... --sort=SORT Sort report by a column. Valid values are: Name, Stmts, Miss, Cover. ...
* Add unit-level test for the SummaryReporterDan Wandschneider2016-06-081-0/+53
| | | | Tests configuration of the report method of SummaryReader
* Not sure how to get 3.5, so let's just drop it for nowNed Batchelder2016-06-041-10/+0
|
* Note that test_helpers is goneNed Batchelder2016-06-041-0/+4
|
* Oops, broke a test.Ned Batchelder2016-06-021-1/+1
|
* Get 3.5 tests running on TravisNed Batchelder2016-06-021-0/+9
|
* Extirpate trailing spacesNed Batchelder2016-06-021-4/+4
|
* Finish #396.Ned Batchelder2016-06-022-2/+7
|
* Emit a warning when an invalid file is detected with ignore_errors=true.Matthew Boehm2016-06-023-3/+20
| | | | | Previously, when an invalid file was encountered, it would be silently ignored.
* Paperwork for #231Ned Batchelder2016-06-022-0/+6
|
* issue #231 on BB: provide more verbose error messagenland2016-06-021-1/+3
|
* Finish paperwork for #478Ned Batchelder2016-06-022-0/+5
|
* Fix __main__.py showing up in help outputscottbelden2016-06-022-0/+11
|
* Update changes for #454Ned Batchelder2016-06-021-1/+6
|
* Add Matthew Boehm to AUTHORS.txtMatthew Boehm2016-06-021-0/+1
|
* Add documentation for `coverage debug config`Matthew Boehm2016-06-021-2/+5
|
* Add support for `coverage debug config`Matthew Boehm2016-06-022-2/+13
| | | | | Previously, coverage --debug=config worked, but `coverage debug config` didn't. Fixes #454
* Bump the version to 4.1.1a1Ned Batchelder2016-06-021-1/+1
|