summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Clean up the --skip-covered pull request.Ned Batchelder2014-11-231-10/+40
|
* Merged pull request 43: --skip-coveredNed Batchelder2014-11-231-6/+5
|\
| * Change all pylint message codes to message namesNed Batchelder2014-11-231-5/+5
| |
| * Upgraded pylint to 1.4, removed useless suppressionsNed Batchelder2014-11-231-1/+0
| |
* | Add skip-covered option.Krystian Kichewko2014-11-191-0/+60
|/
* Make the text report branch column match the HTML reportNed Batchelder2014-10-201-8/+8
|
* Improve branch summarizationNed Batchelder2014-07-081-10/+25
| | | | | It failed completely on more than one file! Removed the Branches label, and no longer report missing branches implied by missing lines.
* Round fail-under result same as others. Fixed #284.Ned Batchelder2014-06-031-16/+0
|
* Restore the intent of this testNed Batchelder2014-06-021-3/+9
|
* Clean up the merged pull requestNed Batchelder2014-06-011-4/+5
|
* minor comment fixSteve2014-05-261-2/+2
|
* Fix formatting when no missing lines; improve testsSteve2014-05-261-5/+32
|
* Tests for --branch --show-missing summary; update AUTHORS.txtSteve2014-05-261-0/+49
|
* Switch some uses of old command line syntax to newNed Batchelder2014-05-181-9/+9
|
* A test that the report command can use wildcardsNed Batchelder2014-05-181-0/+16
|
* Not going to use print functions, but at least make them all look the same.Ned Batchelder2013-10-201-1/+1
|
* Quiet pylint.Ned Batchelder2013-09-291-1/+1
|
* Properly report .pyw files. #261.Ned Batchelder2013-09-291-0/+21
|
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-1/+1
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-13/+13
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+298
package.