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_coverage.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Use standard skipTest, which unittest-mixins will override.
Ned Batchelder
2016-06-12
1
-2
/
+2
|
*
Entry arcs now use the negative first line of the code object instead of -1.
Ned Batchelder
2016-03-02
1
-1
/
+1
|
*
Class docstrings shouldn't be considered executable. Not sure what happened ↵
Ned Batchelder
2016-01-11
1
-1
/
+1
|
|
|
|
there...
*
Class docstrings are executable.
Ned Batchelder
2016-01-10
1
-1
/
+3
|
*
Branch analysis is now done with AST instead of bytecode
Ned Batchelder
2016-01-07
1
-0
/
+16
|
\
|
*
Fix another form-feed problem, #461
Ned Batchelder
2016-01-05
1
-0
/
+16
|
|
*
|
Add some tests for uncovered cases
Ned Batchelder
2016-01-06
1
-1
/
+16
|
|
*
|
Merge in the default branch
Ned Batchelder
2016-01-02
1
-32
/
+44
|
\
\
|
|
/
|
*
Change if-0 skips to real skips in the tests
Ned Batchelder
2015-12-25
1
-26
/
+26
|
|
|
*
if 0: might not do what we want, use a non-constant
Ned Batchelder
2015-12-24
1
-5
/
+5
|
|
|
*
Non-ascii characters work again in config regexes. Fixes #455.
Ned Batchelder
2015-12-24
1
-1
/
+13
|
|
*
|
Better exception support, include except-except arcs, and except-else
Ned Batchelder
2016-01-02
1
-12
/
+45
|
|
*
|
Coding declarations are a pain in the ass
Ned Batchelder
2016-01-02
1
-0
/
+9
|
|
*
|
check_coverage now assumes empty missing and unpredicted, and uses branch always
Ned Batchelder
2016-01-01
1
-6
/
+11
|
/
*
Fixing spelling
Ned Batchelder
2015-08-04
1
-4
/
+6
|
*
Use the new class name
Ned Batchelder
2015-07-27
1
-2
/
+5
|
*
Add license mention to the top of all files. #313.
Ned Batchelder
2015-07-24
1
-2
/
+4
|
*
Refer to the project consistenly as coverage.py. #275
Ned Batchelder
2015-07-23
1
-1
/
+1
|
*
A better way to indicate that a tempdir test isn't making any files.
Ned Batchelder
2015-04-24
1
-5
/
+1
|
*
Fully embrace SkipTest with our own method.
Ned Batchelder
2015-02-07
1
-13
/
+15
|
|
|
|
|
Also, no test is conditionally defined. They call self.skip if they should be skippped.
*
Collect all the nudgy environment checks into coverage.env
Ned Batchelder
2015-01-18
1
-2
/
+3
|
*
Accept more kinds of whitespace in pragmas. #334
Ned Batchelder
2014-11-27
1
-1
/
+3
|
*
Avoid a bunch of deprecated functions.
Ned Batchelder
2014-05-17
1
-7
/
+7
|
*
Use assertRaises as a context manager now that we can.
Ned Batchelder
2013-12-21
1
-24
/
+16
|
*
No need for paren-less exec any more.
Ned Batchelder
2013-12-14
1
-62
/
+29
|
*
Oops, removing statements from tests means you have to adjust the line ↵
Ned Batchelder
2013-12-14
1
-2
/
+2
|
|
|
|
numbers in the tests...
*
Remove unnecessary __future__ imports.
Ned Batchelder
2013-12-14
1
-4
/
+1
|
*
We only run on 2.6, 2.7, 3.2, 3.3 now.
Ned Batchelder
2013-10-19
1
-168
/
+164
|
*
Mark a bunch of tests that don't need temp directories.
Ned Batchelder
2013-09-28
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 ↵
Ned Batchelder
2013-02-02
1
-0
/
+1730
package.