summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
Commit message (Expand)AuthorAgeFilesLines
* Add some tests for uncovered casesNed Batchelder2016-01-061-3/+3
* Change the other snowman example to a simpler accented characterNed Batchelder2015-10-311-9/+10
* Properly handle filenames with non-ASCII characters. #432Ned Batchelder2015-10-251-0/+28
* Fix explicit imports of __init__. #410Ned Batchelder2015-10-131-1/+1
* --skip-covered shouldn't change the final result. #423.Ned Batchelder2015-10-101-5/+14
* Clean ups from PR 66Ned Batchelder2015-08-151-8/+10
* Merged in garar/coverage.py (pull request #66)Ned Batchelder2015-08-151-4/+44
|\
| * Fix no data and skip-covered.garar2015-08-141-2/+17
| * Merge defaultgarar2015-08-141-8/+6
| |\
| * | Update skip_covered handling, add info when files are skipped. Tests.garar2015-08-141-4/+29
* | | Remove an unneeded pylint pragmaNed Batchelder2015-08-141-1/+0
| |/ |/|
* | CleanupsNed Batchelder2015-08-131-8/+6
|/
* Use the new class nameNed Batchelder2015-07-271-7/+7
* FiddlingNed Batchelder2015-07-261-3/+1
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-3/+6
* Fix various assertions.Ionel Cristian Maries2015-06-281-3/+7
* That didn't yield interesting infoNed Batchelder2015-06-031-10/+0
* Machete test for why Jenkins is importing sixNed Batchelder2015-06-031-0/+10
* These tests were making mycode.py for tests that didn't need it.Ned Batchelder2015-05-171-2/+12
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-2/+2
* Fully embrace SkipTest with our own method.Ned Batchelder2015-02-071-23/+23
* Clean up some pylint complaintsNed Batchelder2015-02-021-13/+13
* Make some test setup more uniformNed Batchelder2015-01-181-6/+8
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-2/+3
* Properly deal with .pyc files missing their sources.Ned Batchelder2015-01-181-1/+56
* When finding the source for a frame, really check if it existsNed Batchelder2015-01-171-2/+2
* Use file names with extensions in reports.Ned Batchelder2015-01-171-81/+81
* Clean up the --skip-covered pull request.Ned Batchelder2014-11-231-10/+40
* Merged pull request 43: --skip-coveredNed Batchelder2014-11-231-0/+60
|\
| * Add skip-covered option.Krystian Kichewko2014-11-191-0/+60
* | 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
|/
* Make the text report branch column match the HTML reportNed Batchelder2014-10-201-8/+8
* Improve branch summarizationNed Batchelder2014-07-081-10/+25
* 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 pack...Ned Batchelder2013-02-021-0/+298