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
*
Change CoverageData.read and .write to .read_fileobj and .write_fileobj
Ned Batchelder
2015-08-21
1
-2
/
+2
*
Changed hexversion to version_info, it's friendlier, and just as useful.
Ned Batchelder
2015-08-21
1
-3
/
+35
*
CoverageData.read and .write are now inverses of each other.
Ned Batchelder
2015-08-20
1
-1
/
+12
*
Fix 'filename' to be 'file name' in English.
Ned Batchelder
2015-08-20
5
-6
/
+6
*
Touching files in an empty CoverageData shouldn't force lines. #399
Ned Batchelder
2015-08-20
3
-75
/
+112
*
Another thing we don't need any more
Ned Batchelder
2015-08-19
1
-36
/
+0
*
Don't need to pre-make xml report dirs any more.
Ned Batchelder
2015-08-19
3
-12
/
+0
*
Hmm, didn't need this file...
Ned Batchelder
2015-08-18
1
-23
/
+0
*
Make FarmTestCase work as with cleanups and as a nose test function
Ned Batchelder
2015-08-18
1
-17
/
+29
*
Move more code from test_farm.py to test_helpers.py
Ned Batchelder
2015-08-17
1
-61
/
+31
*
Make FarmTestCase a real TestCase
Ned Batchelder
2015-08-17
2
-11
/
+16
*
Move global action functions to be globals
Ned Batchelder
2015-08-16
1
-189
/
+197
*
Redo-ing test_farm.py: make methods into functions where they don't need to b...
Ned Batchelder
2015-08-16
1
-61
/
+63
*
Clean ups from PR 66
Ned Batchelder
2015-08-15
1
-8
/
+10
*
Merged in garar/coverage.py (pull request #66)
Ned Batchelder
2015-08-15
5
-30
/
+80
|
\
|
*
Use ntpath so Windows file manipulation can be tested the same everywhere.
Ned Batchelder
2015-08-15
2
-7
/
+3
|
*
Refactor some data test code
Ned Batchelder
2015-08-14
2
-38
/
+25
|
*
Remove an unneeded pylint pragma
Ned Batchelder
2015-08-14
1
-1
/
+0
|
*
Clean ups from pr 66
Ned Batchelder
2015-08-14
1
-9
/
+13
|
*
Merged in atodorov/coverage.py/read_pickle (pull request #67)
Ned Batchelder
2015-08-14
1
-0
/
+64
|
|
\
|
|
*
Add pickle2json converter. Closes #395
Alexander Todorov
2015-08-07
1
-0
/
+64
*
|
|
Fix no data and skip-covered.
garar
2015-08-14
1
-2
/
+17
*
|
|
Merge default
garar
2015-08-14
1
-4
/
+29
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Update skip_covered handling, add info when files are skipped. Tests.
garar
2015-08-14
1
-4
/
+29
*
|
|
Cleanups
Ned Batchelder
2015-08-13
1
-8
/
+6
|
/
/
*
|
Add docstring for source_token_lines
Ned Batchelder
2015-08-10
3
-1
/
+5
*
|
Make sure FileReporters are called once for their data.
Ned Batchelder
2015-08-09
1
-17
/
+11
*
|
Rename .statements and .excluded_statements to .lines and .excluded_lines
Ned Batchelder
2015-08-09
2
-5
/
+2
*
|
Move flat_rootname from FileReporter to a utility function.
Ned Batchelder
2015-08-09
2
-13
/
+5
*
|
Correct the handling of IndentationError and TokenError
Ned Batchelder
2015-08-09
1
-0
/
+20
*
|
Use the canonical import names for plugin base classes.
Ned Batchelder
2015-08-08
2
-4
/
+4
|
/
*
Fixing spelling
Ned Batchelder
2015-08-04
3
-6
/
+8
*
Fix --append trying to make a new file. #392
Ned Batchelder
2015-08-03
2
-9
/
+36
*
Change the coverage.config item-access syntax to a real method call.
Ned Batchelder
2015-08-02
4
-33
/
+37
*
Formatting clean-ups in html.py and test_html.py
Ned Batchelder
2015-08-02
1
-8
/
+6
*
More information in the HTML missing branch annotations.
Ned Batchelder
2015-08-02
1
-3
/
+3
*
Support directories on the 'coverage run' command line. #252
Ned Batchelder
2015-08-01
4
-9
/
+36
*
Merged in traff/coverage.py (pull request #50)
Ned Batchelder
2015-08-01
155
-2550
/
+4187
|
\
|
*
Plugins can get built-in python reporting.
Ned Batchelder
2015-08-01
1
-0
/
+51
|
*
Erasing in parallel mode now deletes all the data files. #262
Ned Batchelder
2015-07-30
2
-0
/
+27
|
*
Another test of --append.
Ned Batchelder
2015-07-30
1
-0
/
+24
|
*
Refactor to reduce duplication.
Ned Batchelder
2015-07-30
1
-31
/
+7
|
*
Can't use --append and --parallel-mode together.
Ned Batchelder
2015-07-30
1
-0
/
+4
|
*
Get --append working again.
Ned Batchelder
2015-07-30
1
-1
/
+1
|
*
Clean up from the merge of PR 62
Ned Batchelder
2015-07-30
1
-3
/
+30
|
*
Automated merge with ssh://bitbucket.org/ned/coveragepy
Ned Batchelder
2015-07-30
1
-1
/
+30
|
|
\
|
|
*
Refactoring cmdline in prep for getting --append to work again.
Ned Batchelder
2015-07-30
1
-1
/
+30
|
*
|
extend combine parameters to allow for file names and shell globs
Alexander Todorov
2015-07-29
1
-1
/
+1
|
|
/
|
*
A test for running nothing.
Ned Batchelder
2015-07-28
1
-0
/
+4
|
*
When directories are provided to combine data files, fail if one doesn't exist.
Ned Batchelder
2015-07-28
1
-1
/
+13
[next]