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
/
tests
/
test_api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ugly: have to pragma away nested coverage
Ned Batchelder
2017-03-11
1
-24
/
+24
*
Cleanly stop coverage objects, for metacov
Ned Batchelder
2017-03-11
1
-0
/
+6
*
Collecting continues after saving data. #79 #448
Ned Batchelder
2017-03-03
1
-2
/
+49
*
Use the test-specific chdir method
Ned Batchelder
2017-02-11
1
-3
/
+1
*
Get rid of an unnecessary method
Ned Batchelder
2017-02-10
1
-3
/
+3
*
Use a metaclass to convert StopEverything to SkipTest
Ned Batchelder
2017-01-25
1
-2
/
+2
*
More pragmas for test skips
Ned Batchelder
2017-01-14
1
-1
/
+1
*
Clean up for pull request #122
Ned Batchelder
2017-01-14
1
-1
/
+9
*
Merged in dachary/coverage.py/issue-426 (pull request #122)
Ned Batchelder
2017-01-14
1
-4
/
+3
|
\
|
*
simplify --source=pkg test cases
loic
2017-01-10
1
-4
/
+3
*
|
Jython has no multiprocessing module
Ned Batchelder
2017-01-13
1
-1
/
+1
|
/
*
Don't collapse in an ascii-only file-world. #533
Ned Batchelder
2016-11-17
1
-10
/
+0
*
Add a test for #533
Ned Batchelder
2016-11-17
1
-0
/
+10
*
Use latest pylint
Ned Batchelder
2016-08-07
1
-3
/
+3
*
Combining twice shouldn't lose data. #412, #516
Ned Batchelder
2016-08-07
1
-4
/
+27
*
Update pylint to 1.5.6
Ned Batchelder
2016-06-25
1
-3
/
+3
*
Use standard skipTest, which unittest-mixins will override.
Ned Batchelder
2016-06-12
1
-2
/
+2
*
Clean ups
Ned Batchelder
2016-05-20
1
-1
/
+4
*
Restore Reporter.file_reporters, with a deprecation warning.
Ned Batchelder
2016-05-20
1
-0
/
+16
*
Correct the defaults for coverage.report(show_missing=None, skip_covered=None)
Ned Batchelder
2016-05-08
1
-1
/
+1
*
Don't get confused by namespace packages #456
Ned Batchelder
2016-05-08
1
-0
/
+21
*
Change if-0 skips to real skips in the tests
Ned Batchelder
2015-12-25
1
-12
/
+11
*
Combining now issues warnings on unreadable files, unconditionally
Ned Batchelder
2015-10-04
1
-14
/
+3
*
Combine can now ignore errors.
Ned Batchelder
2015-10-03
1
-18
/
+56
*
A better name for this test
Ned Batchelder
2015-10-03
1
-2
/
+2
*
Fix 'filename' to be 'file name' in English.
Ned Batchelder
2015-08-20
1
-1
/
+1
*
Make FarmTestCase a real TestCase
Ned Batchelder
2015-08-17
1
-1
/
+2
*
Fix a few more occurrences of 'Coverage' to 'coverage.py'
Ned Batchelder
2015-07-27
1
-1
/
+1
*
Use the new class name
Ned Batchelder
2015-07-27
1
-22
/
+22
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-1
/
+4
*
Change CoverageData.summary() to CoverageData.line_counts()
Ned Batchelder
2015-07-16
1
-1
/
+1
*
Coverage._harvest_data is now Coverage.get_data
Ned Batchelder
2015-07-11
1
-2
/
+2
*
Correct comment
Ionel Cristian Maries
2015-06-28
1
-1
/
+1
*
Fix various assertions.
Ionel Cristian Maries
2015-06-28
1
-1
/
+2
*
Remove the module-level singleton functions.
Ned Batchelder
2015-05-27
1
-75
/
+0
*
Vertical imports
Ned Batchelder
2015-02-09
1
-1
/
+5
*
Remove (most) tearDown functions in favor of addCleanup
Ned Batchelder
2015-02-09
1
-5
/
+3
*
Use file names with extensions in reports.
Ned Batchelder
2015-01-17
1
-10
/
+10
*
For some reason, lowercase 'python' suddenly struck me as odd-looking. Fix t...
Ned Batchelder
2014-12-12
1
-6
/
+6
*
Try out pylint spelling. Kinda noisy, but fixed some stuff.
Ned Batchelder
2014-11-27
1
-2
/
+2
*
Change all pylint message codes to message names
Ned Batchelder
2014-11-23
1
-3
/
+3
*
Fix the new FnmatchMatcher for >100 patterns
Ned Batchelder
2014-06-03
1
-2
/
+4
*
Avoid a bunch of deprecated functions.
Ned Batchelder
2014-05-17
1
-1
/
+1
*
Don't touch files as unexecuted if they were omitted. Fixes #218.
Ned Batchelder
2013-04-21
1
-1
/
+11
*
Directory changed: test->tests. Adapt.
Ned Batchelder
2013-02-02
1
-1
/
+1
*
Move the test directory to tests to avoid conflicts with the stdlib test pack...
Ned Batchelder
2013-02-02
1
-0
/
+571