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
...
*
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
|
*
Accommodate strange ShiningPanda logic if we are running under Jenkins. #404
Ned Batchelder
2015-08-29
1
-0
/
+8
|
*
New convention: cleanups should be named cleanup_*
Ned Batchelder
2015-08-29
1
-3
/
+3
|
*
Add an explicit test of EnvironmentAwareMixin
Ned Batchelder
2015-08-29
1
-1
/
+26
|
*
Fix a crash when reporting on an unmeasured file. #403
Ned Batchelder
2015-08-28
2
-0
/
+32
|
*
Clean up some html tests
Ned Batchelder
2015-08-28
1
-18
/
+18
|
*
Data dumps can be canonicalized for comparison
Ned Batchelder
2015-08-24
1
-10
/
+2
|
*
Give test_osinfo.py a generic implementation of process_ram()
Ned Batchelder
2015-08-23
1
-4
/
+4
|
*
Clean up test_osinfo.py
Ned Batchelder
2015-08-23
1
-22
/
+22
|
*
Bump version to 4.0rc1, and fix the logic for rc releases.
Ned Batchelder
2015-08-22
1
-1
/
+1
|
[prev]
[next]