index
:
delta/python-coveragepy.git
3.2_branch
4.0
Mariatta/fix-typo-in-the-word-moved-there-was-an--1542086661635
_main_-support
alex_gaynor/improve-performance-of-coverage-under-py-1411425050845
ast-branch
baserock/morph
bug_123
c-coroutine
check-source-isdir
combine-from-multiple-dirs
combine_files_and_dirs
config
coverage3
debug-gevent
django
fix-thread-safety
fix_init_name
fix_source_encoding
html-filter
hugovk/use-containerbased-infrastructure-1430745469757
inorout
ionelmc/correct-path-normalization-on-windows-th-1433618255921
issue-265
issue-425
issue-426
issue-433-2
issue-493-2
issue-502-7
issue-519
issue-523
issue-524-2
issue-549
issue361
issues-298
latest-pytest
master
pankajp/faster-html-report-ui
pngs
py26-unindexed-parameters
read_pickle
salty_horse/use-https-for-codecovio-image-1519130663808
spelling
use-os-path-module
who-tests-what-170
windows_multiprocessing_support
bitbucket.org: Obsolete (use python-coveragepy-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
test_summary.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Move the test directory to tests to avoid conflicts with the stdlib test ↵
Ned Batchelder
2013-02-02
1
-298
/
+0
|
|
|
|
package.
*
Get rid of import craziness in the tests.
Ned Batchelder
2012-12-30
1
-2
/
+1
|
*
Use '# pragma: nested' for lines not covered due to nested coverage.
Ned Batchelder
2012-12-02
1
-6
/
+6
|
*
A bunch of tweaks to improve coverage
Ned Batchelder
2012-12-01
1
-6
/
+6
|
*
Refactor a bunch of tests to isolate the recursive coverage calls.
Ned Batchelder
2012-11-29
1
-3
/
+1
|
*
lint lint
Ned Batchelder
2012-11-19
1
-1
/
+1
|
*
Branch coverage is computed more accurately, #156.
Ned Batchelder
2012-11-19
1
-7
/
+29
|
*
lint
Ned Batchelder
2012-11-11
1
-1
/
+1
|
*
More converstion to assertIn and assertNotIn.
Ned Batchelder
2012-11-11
1
-18
/
+18
|
*
Windows now reports file names in their correct case. #89 and #203.
Ned Batchelder
2012-11-11
1
-0
/
+30
|
*
Add in assertNotIn.
Ned Batchelder
2012-11-10
1
-2
/
+2
|
*
Upgrading pylint means fixing more nits.
Ned Batchelder
2012-11-10
1
-2
/
+2
|
*
The only good pylint is a quiet pylint
Ned Batchelder
2012-11-05
1
-0
/
+1
|
*
pylint clean-up.
Ned Batchelder
2012-11-03
1
-1
/
+3
|
*
The reporting functions now return a float, the total percentage covered.
Ned Batchelder
2012-11-03
1
-0
/
+35
|
*
Test (and fix) the not-python errors in base Reporter.
Ned Batchelder
2012-04-20
1
-3
/
+3
|
*
Test (and fix) the summary reporting failures due to not being able to parse ↵
Ned Batchelder
2012-04-20
1
-0
/
+52
|
|
|
|
the file.
*
Shorten a line
Ned Batchelder
2011-08-02
1
-2
/
+3
|
*
Move some test modules to keep them out of pylint's hair.
Ned Batchelder
2011-06-01
1
-0
/
+1
|
*
A narrower way to check that empty __init__.py files show zero statements.
Ned Batchelder
2011-03-21
1
-14
/
+4
|
*
All tests should restore sys.path
Ned Batchelder
2011-03-20
1
-0
/
+2
|
*
Pylint 0.23.0 'deprecated' disable-msg.
Ned Batchelder
2011-02-01
1
-1
/
+1
|
*
Refactor the --omit and --include support during reporting, and add a test ↵
Ned Batchelder
2010-08-28
1
-0
/
+16
|
|
|
|
for --include.
*
Unify formatting of coverage percentages, and don't show zero or 100 as a ↵
Ned Batchelder
2010-08-22
1
-1
/
+1
|
|
|
|
result of rounding. Fixes #41 and #70.
*
Fix this test to run on 3.1 and non-Windows platforms.
Ned Batchelder
2010-07-12
1
-8
/
+9
|
*
Empty python files (like __init__.py) are shown as having zero statements, ↵
Ned Batchelder
2010-06-27
1
-1
/
+42
|
|
|
|
not one. Fixes #1.
*
Omit and include are now filename patterns rather than prefixes. BACKWARD ↵
Ned Batchelder
2010-05-23
1
-1
/
+1
|
|
|
|
INCOMPATIBLE change.
*
Reports now emphasize missed lines over executed lines, since those are more ↵
Ned Batchelder
2010-03-13
1
-15
/
+15
|
|
|
|
helpful for directing developers to improved test coverage.
*
I never liked the assert_ method anyway. Use assertTrue and assertFalse ↵
Ned Batchelder
2009-12-13
1
-14
/
+14
|
|
|
|
instead.
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-2
/
+2
|
*
Make this test use only new-style commands.
Ned Batchelder
2009-11-10
1
-1
/
+1
|
*
Clean up.
Ned Batchelder
2009-11-08
1
-1
/
+2
|
*
Shouldn't count multiple (-1,x) arcs as branches.
Ned Batchelder
2009-11-08
1
-2
/
+2
|
*
Added branch stats to results, and the summary report includes them.
Ned Batchelder
2009-11-08
1
-20
/
+40
|
*
Split out the report tests, to give them their due.
Ned Batchelder
2009-11-02
1
-0
/
+86