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
...
*
* --source and --include are mutually exclusive (take 2) #265
loic
2017-01-07
3
-5
/
+18
|
|
|
|
|
close #265 close #101
*
Belatedly add a test for #541, so we can fix #265 for real
Ned Batchelder
2017-10-24
1
-0
/
+26
|
*
Bug 581 was fixed, don't need the skipped test any more
Ned Batchelder
2017-10-23
1
-38
/
+0
|
*
Explicitly specified secondary config files are properly read. #588
Ned Batchelder
2017-10-21
1
-0
/
+7
|
*
A little cleanup for #581
Ned Batchelder
2017-10-21
1
-7
/
+12
|
*
Merged in ogrisel/coverage.py/fix-thread-safety (pull request #127)
Ned Batchelder
2017-10-21
1
-0
/
+95
|
\
|
|
|
|
|
|
FIX thread-safe Collector.save_data()
|
*
FIX Typo in test_coverage_stop_in_threads
Olivier Grisel
2017-08-10
1
-1
/
+1
|
|
|
*
FIX thread-safe Collector.save_data()
Olivier Grisel
2017-08-10
1
-0
/
+95
|
|
*
|
Skip these new tests on Jython
Ned Batchelder
2017-10-21
1
-0
/
+4
|
|
*
|
Fix the recent command-name tests for Windows
Ned Batchelder
2017-10-21
1
-2
/
+3
|
|
*
|
Perform tilde expansion on file path config values. #589
Ned Batchelder
2017-10-21
1
-1
/
+34
|
|
*
|
Be more flexible about the command name in help. #600
Ned Batchelder
2017-10-19
1
-7
/
+8
|
|
*
|
Get the command name from the file path of the first command-line argument.
Ben Finney
2017-10-19
1
-0
/
+24
|
|
*
|
Flaky tests are really flaky
Ned Batchelder
2017-10-12
1
-1
/
+1
|
|
*
|
Enable DeprecationWarnings during tests
Ned Batchelder
2017-10-12
1
-0
/
+18
|
|
*
|
One last sensitivity to module docstrings
Ned Batchelder
2017-10-05
2
-4
/
+2
|
|
*
|
Remove a module docstring that makes tests differ by Python version
Ned Batchelder
2017-10-05
2
-4
/
+8
|
|
*
|
Add an explicit test for weird module docstring behavior.
Ned Batchelder
2017-10-05
1
-0
/
+23
|
|
*
|
Python 3.7 no longer includes class docstrings in the lnotab table
Ned Batchelder
2017-10-05
2
-5
/
+12
|
/
*
Jython 2.7.1rc3 needs
Ned Batchelder
2017-06-23
1
-0
/
+3
|
*
Update URLs so link-checker doesn't spew red.
Ned Batchelder
2017-06-14
1
-1
/
+1
|
*
Use wraps() to wrap test methods so that pytest markers will work.
Ned Batchelder
2017-06-08
1
-0
/
+2
|
*
Add a failing skipped test for #581
Ned Batchelder
2017-06-07
1
-0
/
+40
|
*
Make sure xml reports specify valid source filenames. #526
Ned Batchelder
2017-05-05
1
-6
/
+9
|
*
Don't warn that namespace packages have no code. #572
Ned Batchelder
2017-05-04
3
-4
/
+21
|
*
Refactor common test infrastructure for fiddling sys.path and finding files
Ned Batchelder
2017-05-04
7
-76
/
+38
|
*
Use correct name for package source files. #526
Ned Batchelder
2017-05-03
1
-3
/
+3
|
*
Properly round-trip the trace function even when not measuring coverage. #575
Ned Batchelder
2017-05-02
1
-27
/
+30
|
*
Add to gettrace/settrace test to be sure it's re-established
Ned Batchelder
2017-04-30
1
-1
/
+3
|
*
Fix: xml report fails in non-ascii directory. #573
Ned Batchelder
2017-04-30
1
-0
/
+9
|
*
Update to pylint 1.7.1
Ned Batchelder
2017-04-22
3
-4
/
+1
|
*
Print command-line errors to stderr instead of stdout
Ned Batchelder
2017-04-13
1
-10
/
+10
|
*
Use latest pylint, and remove a bad pragma
Ned Batchelder
2017-04-13
1
-1
/
+1
|
*
Add clarification about warnings tests.
Ned Batchelder
2017-04-12
1
-0
/
+1
|
*
Beef up the assert_warnings test helper
Ned Batchelder
2017-04-06
2
-1
/
+22
|
*
Convert two warnings tests to non-process
Ned Batchelder
2017-04-06
2
-33
/
+43
|
*
As we change test_api.py, this test needs to change... Maybe not a great idea.
Ned Batchelder
2017-04-06
1
-1
/
+9
|
*
Use Cobertura v4 XML format. #570
Ned Batchelder
2017-04-04
2
-4
/
+4
|
*
Properly escape the replacement string for re.sub
Ned Batchelder
2017-04-04
1
-1
/
+1
|
*
Warnings can be disabled
Ned Batchelder
2017-04-04
2
-0
/
+20
|
*
Add slugs to warnings in prep for suppressable warnings
Ned Batchelder
2017-04-03
2
-6
/
+7
|
*
One more variation on Windows
Ned Batchelder
2017-03-31
1
-0
/
+1
|
*
A test of the plugin.find_executable_files method
Ned Batchelder
2017-03-31
1
-0
/
+52
|
*
Windows has a different error message for path(float)
Ned Batchelder
2017-03-30
1
-0
/
+1
|
*
Be pickier about the expected failures from plugin tests.
Ned Batchelder
2017-03-30
1
-7
/
+26
|
*
Use new show_stderr flag so we can see errors printed to stderr during ↵
Ned Batchelder
2017-03-30
2
-1
/
+3
|
|
|
|
failing tests.
*
Clean up in plugin tests
Ned Batchelder
2017-03-29
2
-9
/
+7
|
*
Pids can be less that 5 digits
Ned Batchelder
2017-03-23
1
-1
/
+1
|
*
Big refactor of debug logging
Ned Batchelder
2017-03-22
3
-32
/
+33
|
*
Use capital-Coverage
Ned Batchelder
2017-03-11
1
-60
/
+58
|
[prev]
[next]