summaryrefslogtreecommitdiff
path: root/test/test_summary.py
Commit message (Expand)AuthorAgeFilesLines
* Move the test directory to tests to avoid conflicts with the stdlib test pack...Ned Batchelder2013-02-021-298/+0
* Get rid of import craziness in the tests.Ned Batchelder2012-12-301-2/+1
* Use '# pragma: nested' for lines not covered due to nested coverage.Ned Batchelder2012-12-021-6/+6
* A bunch of tweaks to improve coverageNed Batchelder2012-12-011-6/+6
* Refactor a bunch of tests to isolate the recursive coverage calls.Ned Batchelder2012-11-291-3/+1
* lint lintNed Batchelder2012-11-191-1/+1
* Branch coverage is computed more accurately, #156.Ned Batchelder2012-11-191-7/+29
* lintNed Batchelder2012-11-111-1/+1
* More converstion to assertIn and assertNotIn.Ned Batchelder2012-11-111-18/+18
* Windows now reports file names in their correct case. #89 and #203.Ned Batchelder2012-11-111-0/+30
* Add in assertNotIn.Ned Batchelder2012-11-101-2/+2
* Upgrading pylint means fixing more nits.Ned Batchelder2012-11-101-2/+2
* The only good pylint is a quiet pylintNed Batchelder2012-11-051-0/+1
* pylint clean-up.Ned Batchelder2012-11-031-1/+3
* The reporting functions now return a float, the total percentage covered.Ned Batchelder2012-11-031-0/+35
* Test (and fix) the not-python errors in base Reporter.Ned Batchelder2012-04-201-3/+3
* Test (and fix) the summary reporting failures due to not being able to parse ...Ned Batchelder2012-04-201-0/+52
* Shorten a lineNed Batchelder2011-08-021-2/+3
* Move some test modules to keep them out of pylint's hair.Ned Batchelder2011-06-011-0/+1
* A narrower way to check that empty __init__.py files show zero statements.Ned Batchelder2011-03-211-14/+4
* All tests should restore sys.pathNed Batchelder2011-03-201-0/+2
* Pylint 0.23.0 'deprecated' disable-msg.Ned Batchelder2011-02-011-1/+1
* Refactor the --omit and --include support during reporting, and add a test fo...Ned Batchelder2010-08-281-0/+16
* Unify formatting of coverage percentages, and don't show zero or 100 as a res...Ned Batchelder2010-08-221-1/+1
* Fix this test to run on 3.1 and non-Windows platforms.Ned Batchelder2010-07-121-8/+9
* Empty python files (like __init__.py) are shown as having zero statements, no...Ned Batchelder2010-06-271-1/+42
* Omit and include are now filename patterns rather than prefixes. BACKWARD IN...Ned Batchelder2010-05-231-1/+1
* Reports now emphasize missed lines over executed lines, since those are more ...Ned Batchelder2010-03-131-15/+15
* I never liked the assert_ method anyway. Use assertTrue and assertFalse inst...Ned Batchelder2009-12-131-14/+14
* Massive eol whitespace clean-up.Ned Batchelder2009-12-021-2/+2
* Make this test use only new-style commands.Ned Batchelder2009-11-101-1/+1
* Clean up.Ned Batchelder2009-11-081-1/+2
* Shouldn't count multiple (-1,x) arcs as branches.Ned Batchelder2009-11-081-2/+2
* Added branch stats to results, and the summary report includes them.Ned Batchelder2009-11-081-20/+40
* Split out the report tests, to give them their due.Ned Batchelder2009-11-021-0/+86