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
/
test
/
test_oddball.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move the test directory to tests to avoid conflicts with the stdlib test pack...
Ned Batchelder
2013-02-02
1
-386
/
+0
*
Get rid of import craziness in the tests.
Ned Batchelder
2012-12-30
1
-3
/
+2
*
Use '# pragma: nested' for lines not covered due to nested coverage.
Ned Batchelder
2012-12-02
1
-2
/
+2
*
Refactor a bunch of tests to isolate the recursive coverage calls.
Ned Batchelder
2012-11-29
1
-6
/
+2
*
No longer see a mysterious exception when not able to run code: AttributeErro...
Ned Batchelder
2012-11-11
1
-0
/
+1
*
If the C tracer is missing during testing, make the problem immediately appar...
Ned Batchelder
2012-07-07
1
-1
/
+1
*
Add a note to MemoryLeakTest about its difficulties.
Ned Batchelder
2012-07-04
1
-1
/
+7
*
C trace function now roundtrips properly. Fixes #123 and #125.
Ned Batchelder
2011-04-27
1
-0
/
+17
*
A fix for bug #123, but it doesn't restore tracing properly yet, still want t...
Ned Batchelder
2011-04-25
1
-0
/
+17
*
Detect when our trace function is yanked out from under us, and warn the user...
Ned Batchelder
2010-11-06
1
-1
/
+48
*
The thread-startup dance caused Thread.run() to not be measured. This fixes ...
Ned Batchelder
2010-08-26
1
-1
/
+20
*
Give this helper function a better name, it's confused me too many times.
Ned Batchelder
2010-06-21
1
-2
/
+2
*
All tests now use underscore names instead of some having camelCase names.
Ned Batchelder
2010-06-18
1
-6
/
+6
*
Remove unittest main invocations.
Ned Batchelder
2010-03-15
1
-5
/
+0
*
version_info is a nicer way to check Python versions than hexversion is.
Ned Batchelder
2009-12-13
1
-1
/
+1
*
I never liked the assert_ method anyway. Use assertTrue and assertFalse inst...
Ned Batchelder
2009-12-13
1
-1
/
+1
*
Massive eol whitespace clean-up.
Ned Batchelder
2009-12-02
1
-21
/
+21
*
An attempt to make the memory leak test more predictable, but it might be imp...
Ned Batchelder
2009-12-01
1
-6
/
+9
*
Although issue #19 was a doctest flaw, it's good to have a test to be sure we...
Ned Batchelder
2009-11-25
1
-0
/
+44
*
Split the oddball tests into their own file.
Ned Batchelder
2009-11-25
1
-0
/
+242