summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix the jquery-1.4.3 reference in the js tests, where it matters, and in the ↵Ned Batchelder2013-10-0637-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 Batchelder2013-10-052-2/+12
| | | | as 'python'.
* Make everything work on py2.3 again (for the last time).Ned Batchelder2013-10-054-6/+37
|
* Don't divide by zero if nothing to report. #250.Ned Batchelder2013-09-301-1/+16
|
* Quiet pylint.Ned Batchelder2013-09-291-1/+1
|
* Properly report .pyw files. #261.Ned Batchelder2013-09-291-0/+21
|
* Search a list of places to find HTML report static files. #259.Ned Batchelder2013-09-281-2/+39
|
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-289-4/+26
|
* Add tooling to find test classes that use temp directories and don't need to.Ned Batchelder2013-09-281-0/+64
|
* Now we can run .pyc files directly. Closes #264.Ned Batchelder2013-09-281-2/+57
|
* More abstractions for bytes objects. Cleans up some version checks in the ↵Ned Batchelder2013-09-281-2/+8
| | | | real code.
* I guess that was too modern. Need to define execfile in this module.Ned Batchelder2013-09-281-1/+1
|
* Make iteritems detection more like the rest of backward.py, and add a test ↵Ned Batchelder2013-09-281-0/+16
| | | | of it.
* Modernize.Ned Batchelder2013-09-281-3/+3
|
* Allow relative paths in the [paths] aliases. #267.Ned Batchelder2013-09-261-1/+25
|
* Improve the memory leak test, so it doesn't give us so many false negatives.Ned Batchelder2013-09-171-17/+31
|
* Find .pyw files when searching for source files.Ned Batchelder2013-09-161-0/+2
|
* Improve and more fully test the first-blank-line decoding fix. Thanks, ↵Ned Batchelder2013-09-161-13/+46
| | | | Roger Hu.
* Merged in rogerjhu/coverage.py (pull request #19)Ned Batchelder2013-09-1610-54/+293
|\ | | | | | | Make UTF-8 detection more robust.
| * Add one more assertion to a test about COVERAGE_PROCESS_START.Ned Batchelder2013-09-151-1/+3
| |
| * Satisfy pylint.Ned Batchelder2013-09-151-3/+3
| |
| * Always show long diffs in test failures.Ned Batchelder2013-09-152-2/+4
| |
| * Skip bug212 on py3, it isn't fixed yet.Ned Batchelder2013-09-151-1/+3
| |
| * Make our sys.path adjustment more robust.Ned Batchelder2013-09-151-2/+5
| | | | | | | | | | | | Nose uses a custom importer that seems to cache. Using "" for the current directory gets it confused for some reason, but only on a Mac, using Py3.3, in a virtualenv!
| * Tests for debug tracing features.Ned Batchelder2013-09-122-1/+92
| |
| * Make the should_trace_cache test a little more bullet-proof.Ned Batchelder2013-09-081-1/+8
| |
| * A test that the collector is using the should_trace_cache properly.Ned Batchelder2013-09-081-0/+47
| |
| * More --debug options, split code into separate objects.Ned Batchelder2013-09-082-22/+27
| |
| * Better to leave the space out.Ned Batchelder2013-09-061-7/+7
| |
| * Give the matchers a way to get info out of them.Ned Batchelder2013-09-061-2/+7
| |
| * Move the info formatting into its own function.Ned Batchelder2013-09-061-1/+22
| |
| * New flag for run: --debug, can trace why files aren't being traced.Ned Batchelder2013-09-041-24/+56
| |
| * Get test_html working under OS X when run from a venv. Thank, Brett Cannon.Ned Batchelder2013-08-141-0/+1
| |
| * Branch coverage improvement, fixes #90. Bug #212 fixed on py2, but not py3.Ned Batchelder2013-06-091-37/+38
| |
| * Fix the new test for py3, and add a test for #212.Ned Batchelder2013-05-031-3/+23
| |
* | Make UTF-8 detection more robust.Roger Hu2013-05-251-1/+15
|/ | | | | If the 1st line of the Python is blank/empty, the function assumes that the encoding is 'ascii' and doesn't try for the 2nd line.
* Add a (failing) test for #146.Ned Batchelder2013-05-011-0/+12
|
* Tweaks to Matt's merged pull request.Ned Batchelder2013-04-212-5/+5
|
* Merged in desmaj/coverage.py (pull request #17)Ned Batchelder2013-04-212-16/+39
|\ | | | | | | Removed redundant code; Changed a setup.py test to ensure that the proper setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental)
| * Don't touch files as unexecuted if they were omitted. Fixes #218.Ned Batchelder2013-04-211-1/+11
| |
| * Get sys.path right when running modules with -m, fixes #207 and #242.Ned Batchelder2013-04-201-15/+28
| |
* | Removed redundant code; Changed a setup.py test to ensure that the proper ↵desmaj2013-03-182-1/+7
|/ | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental
* Don't issue spurious warnings about the trace function changing. Fixes #164Ned Batchelder2013-03-101-0/+33
|
* Automated merge with ssh://bitbucket.org/ned/coveragepyNed Batchelder2013-02-021-1/+1
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-0223-44/+44
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-02174-0/+14512
package.