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
Commit message (
Expand
)
Author
Age
Files
Lines
*
No need for subprocesses to test HTML reporting
Ned Batchelder
2016-12-24
1
-8
/
+6
*
Merged in dachary/coverage.py/issue-433-2 (pull request #112)
Ned Batchelder
2016-12-24
2
-1
/
+37
|
\
|
*
html report --skip-covered with branches #433
issue-433-2
loic
2016-12-19
1
-0
/
+18
|
*
implement --skip-covered for html report #433
loic
2016-12-18
2
-1
/
+19
*
|
2.6 and 2.7 are not different wrt constants in while loops
Ned Batchelder
2016-12-24
1
-11
/
+5
*
|
Provide some help in interpreting test failures
Ned Batchelder
2016-12-24
1
-3
/
+3
*
|
Move the test program into the test
Ned Batchelder
2016-12-24
5
-16
/
+15
*
|
also use AST for while constants in python-2.7 #502
issue-502-7
loic
2016-12-15
5
-5
/
+29
*
|
Bug #496 wasn't about the single-line continue, just the constant while.
Ned Batchelder
2016-12-18
1
-3
/
+4
*
|
Fix #496, while-true loop with a continue.
Ned Batchelder
2016-12-18
1
-0
/
+16
*
|
Clean up #493 fix
Ned Batchelder
2016-12-18
1
-24
/
+9
*
|
Merged in dachary/coverage.py/issue-493-2 (pull request #108)
Ned Batchelder
2016-12-18
4
-3
/
+27
|
\
\
|
*
|
Add a "make smoke" target for a quick test run.
Ned Batchelder
2016-12-18
1
-0
/
+3
|
*
|
Provide a more useful error message if failing to run a non-Python file. #514
Ned Batchelder
2016-12-17
1
-0
/
+19
|
*
|
--source and --include are mutually exclusive #265
issue-265
loic
2016-12-16
2
-3
/
+5
|
|
/
*
|
finally happens before return in a try #493
issue-493-2
loic
2016-12-18
1
-0
/
+18
|
/
*
Give this variable a more descriptive name
Ned Batchelder
2016-12-14
1
-8
/
+8
*
report must ignore skipped files #524
issue-524-2
loic
2016-12-12
1
-4
/
+25
*
Prevent UnicodeErrors in HTML reports with Unicode configuration values
Ned Batchelder
2016-12-06
1
-0
/
+7
*
Oh 2.6, you get me every time
Ned Batchelder
2016-12-06
1
-1
/
+1
*
A better way to find the pth directory
Ned Batchelder
2016-12-06
1
-14
/
+18
*
Remove the filelock experiment
Ned Batchelder
2016-12-06
1
-8
/
+4
*
Need to clean up in the right order
Ned Batchelder
2016-12-04
1
-1
/
+2
*
Quick hack to try avoiding stepping on each others' pth files
Ned Batchelder
2016-12-04
1
-12
/
+24
*
Test excluded lines in the html report
Ned Batchelder
2016-11-30
3
-4
/
+18
*
A test of status.json having the wrong format
Ned Batchelder
2016-11-29
1
-0
/
+22
*
More-accurate pragmas
Ned Batchelder
2016-11-29
1
-2
/
+2
*
Cover a few edge cases in phystokens.py
Ned Batchelder
2016-11-28
1
-12
/
+27
*
Async protocol changed in 3.5.2. Remove a deprecation warning
Ned Batchelder
2016-11-27
1
-1
/
+1
*
Fix two problems with xdist'ed tests
Ned Batchelder
2016-11-26
2
-2
/
+5
*
Enable pytest warnings, and fix/silence a few
Ned Batchelder
2016-11-26
2
-3
/
+3
*
Avoid yielding test cases so pytest is happy.
Ned Batchelder
2016-11-23
1
-15
/
+17
*
Use a 2/3 name for unicode
Ned Batchelder
2016-11-23
1
-1
/
+2
*
Add a test for tokenizing code without a final newline
Ned Batchelder
2016-11-22
1
-18
/
+20
*
Was using the wrong pragma
Ned Batchelder
2016-11-22
1
-1
/
+1
*
Keep 2.6 working
Ned Batchelder
2016-11-20
1
-1
/
+1
*
No more nose, use pytest as test runner
Ned Batchelder
2016-11-20
2
-11
/
+11
*
Make sure that an uninterested setup.cfg doesn't prevent tox.ini from working
Ned Batchelder
2016-11-19
1
-0
/
+9
*
Tweak test helper names and docstrings
Ned Batchelder
2016-11-19
1
-17
/
+16
*
Put this test back, it was failing when trying to check both setup.cfg and to...
Ned Batchelder
2016-11-19
1
-9
/
+7
*
Clean up line wraps and leftover prints
Ned Batchelder
2016-11-19
1
-6
/
+3
*
Read options from tox.ini
issue-519
Stephen Finucane
2016-11-18
1
-18
/
+59
*
Python 3.3 fails on the LANG=C test. Skip it.
Ned Batchelder
2016-11-17
1
-0
/
+3
*
Run test in a 2.6-compatible way
Ned Batchelder
2016-11-17
1
-1
/
+1
*
Don't collapse in an ascii-only file-world. #533
Ned Batchelder
2016-11-17
2
-10
/
+17
*
Add a test for #533
Ned Batchelder
2016-11-17
1
-0
/
+10
*
When importing newly made files, we have to invalidate import caches
Ned Batchelder
2016-11-09
1
-0
/
+3
*
A fix for coding declarations, bug #529
Ned Batchelder
2016-11-05
1
-0
/
+58
*
Optionally use pytest as the test runner
Ned Batchelder
2016-11-01
1
-1
/
+2
*
Oh, i had tests for those messages...
Ned Batchelder
2016-10-21
1
-3
/
+1
[next]