summaryrefslogtreecommitdiff
path: root/tests/test_summary.py
Commit message (Collapse)AuthorAgeFilesLines
* Add a test that report uses the precision.Ned Batchelder2018-01-211-0/+43
|
* Don't confuse run-include with report-include (and also omit). Fixes #621 ↵Ned Batchelder2018-01-201-0/+35
| | | | and #622.
* One last sensitivity to module docstringsNed Batchelder2017-10-051-1/+1
|
* Remove a module docstring that makes tests differ by Python versionNed Batchelder2017-10-051-3/+3
|
* Refactor common test infrastructure for fiddling sys.path and finding filesNed Batchelder2017-05-041-24/+7
|
* Update to pylint 1.7.1Ned Batchelder2017-04-221-1/+0
|
* As we change test_api.py, this test needs to change... Maybe not a great idea.Ned Batchelder2017-04-061-1/+9
|
* Use an ISO standard encoding in coding declarationsNed Batchelder2017-02-211-1/+1
| | | | See https://twitter.com/nedbat/status/833723932658262016 for pedantry.
* A better way to deal with StopEverything exceptionsNed Batchelder2017-01-191-10/+1
|
* This only happens on JythonNed Batchelder2017-01-191-1/+1
|
* No test failures on JythonNed Batchelder2017-01-181-2/+14
| | | | One or two of these are questionable accommodations, but there are no failures.
* Give this variable a more descriptive nameNed Batchelder2016-12-141-8/+8
|
* report must ignore skipped files #524issue-524-2loic2016-12-121-4/+25
| | | | | | When files are 100% covered and --skipped-covered is specified, they must not be taken into account to format the text report. It is specially useful when a long filename is skipped.
* 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
|
* 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-1/+0
|\ | | | | | | Do not raise an exception for empty summary when using skip_covered.
| * Remove an unneeded pylint pragmaNed Batchelder2015-08-141-1/+0
| |
* | Fix no data and skip-covered.garar2015-08-141-2/+17
| |
* | Merge defaultgarar2015-08-141-4/+29
|\ \ | |/ |/|
| * Update skip_covered handling, add info when files are skipped. Tests.garar2015-08-141-4/+29
| |
* | 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
|