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
...
|
*
Test value inside <source> element
Stan Hu
2014-02-04
3
-3
/
+15
|
|
|
*
Issue #94: Include the sources element
Stan Hu
2014-02-03
6
-0
/
+12
|
|
*
|
Polished-up code from 500lines
Ned Batchelder
2014-04-26
1
-7
/
+32
|
|
*
|
More refactoring of hacked Mako support
Ned Batchelder
2014-04-18
1
-27
/
+27
|
|
*
|
Cleaner tests of the file matchers
Ned Batchelder
2014-03-11
2
-28
/
+38
|
|
*
|
Hacked-in Mako support.
Ned Batchelder
2014-03-08
1
-2
/
+2
|
|
*
|
Let the coroutine tests make a file, so the temp-file police don't complain.
Ned Batchelder
2014-03-01
1
-3
/
+4
|
|
*
|
Merged in offbyone/coverage.py (pull request #31)
Ned Batchelder
2014-03-01
1
-0
/
+119
|
\
\
|
|
|
|
|
|
|
|
|
Resolve #285 - precreate the XML report's output directory if it does
|
*
|
Tests for the coroutine support that don't work yet... :(
Ned Batchelder
2014-03-01
1
-0
/
+119
|
|
/
*
|
Add tests for issue #285
Chris Rose
2014-02-15
1
-0
/
+7
|
/
*
Peter Portante's coroutine support, but it doesn't work yet.
Ned Batchelder
2014-01-09
1
-0
/
+1
|
*
Use assertRaises as a context manager now that we can.
Ned Batchelder
2013-12-21
11
-119
/
+93
|
*
Use unittest2 to get rid of a bunch of our own test assertion implementations.
Ned Batchelder
2013-12-16
2
-179
/
+7
|
*
Remove a lot of redundancy from the cmdline tests.
Ned Batchelder
2013-12-14
1
-136
/
+162
|
*
No need for paren-less exec any more.
Ned Batchelder
2013-12-14
1
-62
/
+29
|
*
Remove unused import
Ned Batchelder
2013-12-14
1
-9
/
+3
|
*
Add a test of the pydoc behavior.
Ned Batchelder
2013-12-14
1
-0
/
+24
|
*
Add assert_starts_with
Ned Batchelder
2013-12-14
3
-1
/
+17
|
*
Oops, removing statements from tests means you have to adjust the line ↵
Ned Batchelder
2013-12-14
1
-2
/
+2
|
|
|
|
numbers in the tests...
*
Remove unnecessary __future__ imports.
Ned Batchelder
2013-12-14
1
-4
/
+1
|
*
Merged 4.0 to default
Ned Batchelder
2013-12-13
2
-8
/
+52
|
\
|
*
More tests of Templite's sad-path behavior.
Ned Batchelder
2013-10-27
1
-0
/
+8
|
|
|
*
Now that this is a CoverageTest, need to shut off the temp dir.
Ned Batchelder
2013-10-26
1
-0
/
+2
|
|
|
*
Templite now compiles to Python code for speed.
Ned Batchelder
2013-10-26
1
-5
/
+38
|
|
|
*
Use sets as much as possible to speed HTML reports. Seems to be a 10% speedup.
Ned Batchelder
2013-10-23
1
-3
/
+4
|
|
*
|
No need for these test method replacements.
Ned Batchelder
2013-10-20
1
-12
/
+0
|
|
*
|
Except clause can now use 'as', no need for lots of sys.exc_info
Ned Batchelder
2013-10-20
1
-3
/
+2
|
|
*
|
Not going to use print functions, but at least make them all look the same.
Ned Batchelder
2013-10-20
2
-5
/
+5
|
|
*
|
with statements: no more finally close
Ned Batchelder
2013-10-20
5
-28
/
+9
|
|
*
|
Now I can use collections.defaultdict
Ned Batchelder
2013-10-20
1
-6
/
+3
|
|
*
|
Generator expressons are ok now.
Ned Batchelder
2013-10-19
5
-11
/
+11
|
|
*
|
Now I can use decorators.
Ned Batchelder
2013-10-19
1
-1
/
+1
|
|
*
|
Now I can use tuples with startswith and endswith.
Ned Batchelder
2013-10-19
1
-1
/
+1
|
|
*
|
Get rid of our backward implementation of set, sorted, reversed, and rpartition.
Ned Batchelder
2013-10-19
6
-10
/
+3
|
|
*
|
We only run on 2.6, 2.7, 3.2, 3.3 now.
Ned Batchelder
2013-10-19
9
-324
/
+299
|
/
*
Fix the mechanism for HTML to find OS-installed resources.
Ned Batchelder
2013-10-10
1
-0
/
+23
|
*
Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the ↵
Ned Batchelder
2013-10-06
37
-37
/
+37
|
|
|
|
html gold files, where it really doesn't, but it's good to clean it all up.
*
Can't just run 'python' in a subprocess from 3.x, since it doesn't install ↵
Ned Batchelder
2013-10-05
2
-2
/
+12
|
|
|
|
as 'python'.
*
Make everything work on py2.3 again (for the last time).
Ned Batchelder
2013-10-05
4
-6
/
+37
|
*
Don't divide by zero if nothing to report. #250.
Ned Batchelder
2013-09-30
1
-1
/
+16
|
*
Quiet pylint.
Ned Batchelder
2013-09-29
1
-1
/
+1
|
*
Properly report .pyw files. #261.
Ned Batchelder
2013-09-29
1
-0
/
+21
|
*
Search a list of places to find HTML report static files. #259.
Ned Batchelder
2013-09-28
1
-2
/
+39
|
*
Mark a bunch of tests that don't need temp directories.
Ned Batchelder
2013-09-28
9
-4
/
+26
|
*
Add tooling to find test classes that use temp directories and don't need to.
Ned Batchelder
2013-09-28
1
-0
/
+64
|
*
Now we can run .pyc files directly. Closes #264.
Ned Batchelder
2013-09-28
1
-2
/
+57
|
*
More abstractions for bytes objects. Cleans up some version checks in the ↵
Ned Batchelder
2013-09-28
1
-2
/
+8
|
|
|
|
real code.
*
I guess that was too modern. Need to define execfile in this module.
Ned Batchelder
2013-09-28
1
-1
/
+1
|
*
Make iteritems detection more like the rest of backward.py, and add a test ↵
Ned Batchelder
2013-09-28
1
-0
/
+16
|
|
|
|
of it.
*
Modernize.
Ned Batchelder
2013-09-28
1
-3
/
+3
|
[prev]
[next]