summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
Commit message (Collapse)AuthorAgeFilesLines
* Use latest pylintNed Batchelder2016-08-071-6/+6
|
* Update pylint to 1.5.6Ned Batchelder2016-06-251-6/+7
|
* Mark some impossible-to-cover linesNed Batchelder2016-06-251-1/+1
|
* Use standard skipTest, which unittest-mixins will override.Ned Batchelder2016-06-121-2/+2
|
* Properly handle invalid sorting optionNed Batchelder2016-06-091-3/+12
|
* Fix these new tests to really test the codeNed Batchelder2016-06-091-17/+61
|
* Move test_summary_class.py into test_summary.pyNed Batchelder2016-06-081-0/+60
|
* Use ->exit for missed branches in the textual report. #469Ned Batchelder2016-04-181-3/+2
|
* No need to break these linesNed Batchelder2016-04-121-4/+2
|
* Plain-text output no longer includes trailing spacesNed Batchelder2016-01-171-22/+11
|
* Add some tests for uncovered casesNed Batchelder2016-01-061-3/+3
| | | | | --HG-- branch : ast-branch
* 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
|\ | | | | | | Do not raise an exception for empty summary when using skip_covered.
| * 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
| | | | | Also, no test is conditionally defined. They call self.skip if they should be skippped.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | --HG-- rename : tests/farm/html/gold_a/a.html => tests/farm/html/gold_a/a_py.html rename : tests/farm/html/gold_b_branch/b.html => tests/farm/html/gold_b_branch/b_py.html rename : tests/farm/html/gold_bom/bom.html => tests/farm/html/gold_bom/bom_py.html rename : tests/farm/html/gold_isolatin1/isolatin1.html => tests/farm/html/gold_isolatin1/isolatin1_py.html rename : tests/farm/html/gold_omit_1/m1.html => tests/farm/html/gold_omit_1/m1_py.html rename : tests/farm/html/gold_omit_1/m2.html => tests/farm/html/gold_omit_1/m2_py.html rename : tests/farm/html/gold_omit_1/m3.html => tests/farm/html/gold_omit_1/m3_py.html rename : tests/farm/html/gold_omit_1/main.html => tests/farm/html/gold_omit_1/main_py.html rename : tests/farm/html/gold_omit_2/m2.html => tests/farm/html/gold_omit_2/m2_py.html rename : tests/farm/html/gold_omit_2/m3.html => tests/farm/html/gold_omit_2/m3_py.html rename : tests/farm/html/gold_omit_2/main.html => tests/farm/html/gold_omit_2/main_py.html rename : tests/farm/html/gold_omit_3/m3.html => tests/farm/html/gold_omit_3/m3_py.html rename : tests/farm/html/gold_omit_3/main.html => tests/farm/html/gold_omit_3/main_py.html rename : tests/farm/html/gold_omit_4/m1.html => tests/farm/html/gold_omit_4/m1_py.html rename : tests/farm/html/gold_omit_4/m3.html => tests/farm/html/gold_omit_4/m3_py.html rename : tests/farm/html/gold_omit_4/main.html => tests/farm/html/gold_omit_4/main_py.html rename : tests/farm/html/gold_omit_5/m1.html => tests/farm/html/gold_omit_5/m1_py.html rename : tests/farm/html/gold_omit_5/main.html => tests/farm/html/gold_omit_5/main_py.html rename : tests/farm/html/gold_other/blah_blah_other.html => tests/farm/html/gold_other/blah_blah_other_py.html rename : tests/farm/html/gold_other/here.html => tests/farm/html/gold_other/here_py.html rename : tests/farm/html/gold_partial/partial.html => tests/farm/html/gold_partial/partial_py.html rename : tests/farm/html/gold_styled/a.html => tests/farm/html/gold_styled/a_py.html rename : tests/farm/html/gold_unicode/unicode.html => tests/farm/html/gold_unicode/unicode_py.html
* 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
| | | | | 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
|