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 (
Collapse
)
Author
Age
Files
Lines
*
Removed unnecessary setup in MultiprocessingTest class
Rodrigue Cloutier
2015-12-15
1
-3
/
+0
|
*
Fix Windows support for multiprocessing monkey patch
Rodrigue Cloutier
2015-12-10
1
-4
/
+0
|
*
Pragmas on decorators apply to the entire function or class. #131
Ned Batchelder
2015-11-28
1
-0
/
+49
|
*
Clean up PythonParser a bit.
Ned Batchelder
2015-11-28
1
-6
/
+5
|
*
Windows windows
Ned Batchelder
2015-11-22
1
-3
/
+3
|
*
Use a more forceful file name comparison, to make Windows tests pass.
Ned Batchelder
2015-11-22
1
-3
/
+5
|
*
XML <source> element properly reflects --source= option. #439
Ned Batchelder
2015-11-22
1
-0
/
+41
|
*
Extend import_local_file so I can use a file in another directory.
Ned Batchelder
2015-11-22
1
-6
/
+8
|
*
Cleanups for style, docs, etc from #438
Ned Batchelder
2015-11-14
1
-36
/
+23
|
*
Add a test of the changes for #438.
Ned Batchelder
2015-11-14
1
-0
/
+11
|
*
Merged PR 74, thanks Ben Finney
Ned Batchelder
2015-11-14
1
-18
/
+54
|
\
|
*
Replace ?coverage? command with actual Coverage.py command name.
Ben Finney
2015-10-28
1
-0
/
+12
|
|
|
*
Split and re-assemble command line for special handling command name.
Ben Finney
2015-10-28
1
-3
/
+9
|
|
|
*
Clarify ?CoverageTest.run_command? conditions and behaviour.
Ben Finney
2015-10-28
1
-10
/
+20
|
|
|
*
Make an equivalent to ?shlex.quote? available in Python < 3.3.
Ben Finney
2015-10-28
1
-0
/
+8
|
|
*
|
Another edge case of encoding detection. #443
Ned Batchelder
2015-11-14
1
-5
/
+13
|
|
*
|
Fix settrace(py_func). #436.
Ned Batchelder
2015-11-01
2
-2
/
+48
|
|
*
|
Window encodings?
Ned Batchelder
2015-11-01
1
-2
/
+3
|
|
*
|
Change the other snowman example to a simpler accented character
Ned Batchelder
2015-10-31
1
-9
/
+10
|
|
*
|
Try a different strategy for setting and testing output encodings
Ned Batchelder
2015-10-31
1
-2
/
+3
|
|
*
|
Merge
Ned Batchelder
2015-10-31
1
-1
/
+6
|
\
\
|
*
|
Account for no encoding at all...
Ned Batchelder
2015-10-25
1
-3
/
+5
|
|
|
|
*
|
Diagnostic for appveyor, part 2 of N
Ned Batchelder
2015-10-25
1
-1
/
+2
|
|
|
|
*
|
Diagnostic for appveyor
Ned Batchelder
2015-10-25
1
-1
/
+3
|
|
|
*
|
|
Fix the non-ascii filename tests on windows (?)
Ned Batchelder
2015-10-31
2
-25
/
+30
|
/
/
*
|
Set the PYTHONIOENCODING environment variable in an OS-neutral way.
Ned Batchelder
2015-10-25
1
-1
/
+3
|
|
*
|
Properly handle filenames with non-ASCII characters. #432
Ned Batchelder
2015-10-25
4
-2
/
+111
|
|
*
|
Do a better job decoding source files. #431
Ned Batchelder
2015-10-16
2
-2
/
+12
|
/
*
Fix explicit imports of __init__. #410
Ned Batchelder
2015-10-13
3
-5
/
+11
|
*
--skip-covered shouldn't change the final result. #423.
Ned Batchelder
2015-10-10
2
-9
/
+19
|
*
Protect ourselves from mock'ed os. #416
Ned Batchelder
2015-10-06
1
-0
/
+36
|
*
Combining now issues warnings on unreadable files, unconditionally
Ned Batchelder
2015-10-04
4
-30
/
+8
|
*
Prevent pyexpat.c from being recorded as source code. #419
Ned Batchelder
2015-10-03
1
-0
/
+8
|
*
Combine can now ignore errors.
Ned Batchelder
2015-10-03
4
-22
/
+107
|
*
A better way to test for warnings.
Ned Batchelder
2015-10-03
3
-11
/
+69
|
*
A better name for this test
Ned Batchelder
2015-10-03
1
-2
/
+2
|
*
Bit the bullet and fixed pep8 in cmdline
Ned Batchelder
2015-10-03
1
-15
/
+7
|
*
Clean up the debugging for the Travis issue
Ned Batchelder
2015-09-18
1
-3
/
+0
|
*
derp3
Ned Batchelder
2015-09-17
1
-2
/
+2
|
*
derp2
Ned Batchelder
2015-09-17
1
-1
/
+1
|
*
derp
Ned Batchelder
2015-09-17
1
-1
/
+1
|
*
Figure out why py3 is failing on Travis
Ned Batchelder
2015-09-17
1
-0
/
+3
|
*
gevent and eventlet are available on py3, so test them there
Ned Batchelder
2015-09-12
1
-1
/
+1
|
*
Add some tests of bad plugins
Ned Batchelder
2015-09-07
1
-8
/
+64
|
*
Fix pylint warnings
Ned Batchelder
2015-09-04
3
-2
/
+21
|
*
Convert farm html tests to goldtests.
Ned Batchelder
2015-08-31
22
-441
/
+375
|
*
Experimenting with a new form for farm tests
Ned Batchelder
2015-08-30
1
-0
/
+50
|
*
Pragmas for metacoverage
Ned Batchelder
2015-08-30
3
-3
/
+3
|
*
Greenlet is always availble, remove conditionalization.
Ned Batchelder
2015-08-30
1
-4
/
+1
|
*
Fix some tests to work in the Appveyor environment
Ned Batchelder
2015-08-29
1
-6
/
+14
|
[next]