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
*
Prevent UnicodeDecodeErrors in html report. #303
Ned Batchelder
2014-06-11
1
-21
/
+32
*
Add detail to the UnicodeDecodeError for #303
Ned Batchelder
2014-06-09
1
-1
/
+22
*
Remove old stuff for old Pythons
Ned Batchelder
2014-06-03
3
-50
/
+37
*
Round fail-under result same as others. Fixed #284.
Ned Batchelder
2014-06-03
3
-29
/
+44
*
Make the test match the code better
Ned Batchelder
2014-06-03
1
-1
/
+1
*
Fix the new FnmatchMatcher for >100 patterns
Ned Batchelder
2014-06-03
2
-2
/
+10
*
Restore the intent of this test
Ned Batchelder
2014-06-02
1
-3
/
+9
*
Clean up the merged pull request
Ned Batchelder
2014-06-01
1
-4
/
+5
*
minor comment fix
Steve
2014-05-26
1
-2
/
+2
*
Fix formatting when no missing lines; improve tests
Steve
2014-05-26
1
-5
/
+32
*
Tests for --branch --show-missing summary; update AUTHORS.txt
Steve
2014-05-26
1
-0
/
+49
*
Switch some uses of old command line syntax to new
Ned Batchelder
2014-05-18
9
-34
/
+34
*
Continued refactoring of CodeUnit
Ned Batchelder
2014-05-18
2
-16
/
+16
*
Merged
Ned Batchelder
2014-05-18
2
-20
/
+24
|
\
|
*
Minor minor
Ned Batchelder
2014-05-17
1
-6
/
+8
|
*
Some day I will remember to fix pylint things before I check in the code.
Ned Batchelder
2014-05-17
2
-14
/
+16
*
|
A test that the report command can use wildcards
Ned Batchelder
2014-05-18
1
-0
/
+16
|
/
*
Avoid a bunch of deprecated functions.
Ned Batchelder
2014-05-17
14
-55
/
+58
*
Finish up #305.
Ned Batchelder
2014-05-17
1
-0
/
+12
*
Supply a missing docstring
Ned Batchelder
2014-05-16
1
-0
/
+4
*
Refactor execfile to avoid imp to avoid deprecation warnings
Ned Batchelder
2014-05-16
1
-0
/
+5
*
Run tests with warnings on, and fix some warnings
Ned Batchelder
2014-05-15
2
-6
/
+14
*
Latest code form 500lines
Ned Batchelder
2014-05-09
1
-18
/
+31
*
Small cleanups
Ned Batchelder
2014-05-03
1
-1
/
+0
*
Clean up Stan Hu's pull request, and add him to changes and authors
Ned Batchelder
2014-05-02
3
-15
/
+12
*
Fix the error output for test_farm
Ned Batchelder
2014-05-02
1
-5
/
+11
*
Merged in stanhu/coverage.py (pull request #32)
Ned Batchelder
2014-05-02
7
-11
/
+35
|
\
|
*
Update tests to handle XML whitespaces differences in Python 2.6. Apply the r...
Stan Hu
2014-04-25
4
-14
/
+14
|
*
Test value inside <source> element
Stan Hu
2014-02-04
3
-3
/
+15
|
*
Issue #94: Include the sources element
Stan Hu
2014-02-03
6
-0
/
+12
*
|
Polished-up code from 500lines
Ned Batchelder
2014-04-26
1
-7
/
+32
*
|
More refactoring of hacked Mako support
Ned Batchelder
2014-04-18
1
-27
/
+27
*
|
Cleaner tests of the file matchers
Ned Batchelder
2014-03-11
2
-28
/
+38
*
|
Hacked-in Mako support.
Ned Batchelder
2014-03-08
1
-2
/
+2
*
|
Let the coroutine tests make a file, so the temp-file police don't complain.
Ned Batchelder
2014-03-01
1
-3
/
+4
*
|
Merged in offbyone/coverage.py (pull request #31)
Ned Batchelder
2014-03-01
1
-0
/
+119
|
\
\
|
*
|
Tests for the coroutine support that don't work yet... :(
Ned Batchelder
2014-03-01
1
-0
/
+119
|
|
/
*
|
Add tests for issue #285
Chris Rose
2014-02-15
1
-0
/
+7
|
/
*
Peter Portante's coroutine support, but it doesn't work yet.
Ned Batchelder
2014-01-09
1
-0
/
+1
*
Use assertRaises as a context manager now that we can.
Ned Batchelder
2013-12-21
11
-119
/
+93
*
Use unittest2 to get rid of a bunch of our own test assertion implementations.
Ned Batchelder
2013-12-16
2
-179
/
+7
*
Remove a lot of redundancy from the cmdline tests.
Ned Batchelder
2013-12-14
1
-136
/
+162
*
No need for paren-less exec any more.
Ned Batchelder
2013-12-14
1
-62
/
+29
*
Remove unused import
Ned Batchelder
2013-12-14
1
-9
/
+3
*
Add a test of the pydoc behavior.
Ned Batchelder
2013-12-14
1
-0
/
+24
*
Add assert_starts_with
Ned Batchelder
2013-12-14
3
-1
/
+17
*
Oops, removing statements from tests means you have to adjust the line number...
Ned Batchelder
2013-12-14
1
-2
/
+2
*
Remove unnecessary __future__ imports.
Ned Batchelder
2013-12-14
1
-4
/
+1
*
Merged 4.0 to default
Ned Batchelder
2013-12-13
2
-8
/
+52
|
\
|
*
More tests of Templite's sad-path behavior.
Ned Batchelder
2013-10-27
1
-0
/
+8
[next]