summaryrefslogtreecommitdiff
path: root/tests/test_html.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix pylint warningsNed Batchelder2015-09-041-0/+15
|
* Convert farm html tests to goldtests.Ned Batchelder2015-08-311-32/+269
|
* Experimenting with a new form for farm testsNed Batchelder2015-08-301-0/+50
|
* Accommodate strange ShiningPanda logic if we are running under Jenkins. #404Ned Batchelder2015-08-291-0/+8
|
* Fix a crash when reporting on an unmeasured file. #403Ned Batchelder2015-08-281-0/+9
|
* Clean up some html testsNed Batchelder2015-08-281-18/+18
|
* Formatting clean-ups in html.py and test_html.pyNed Batchelder2015-08-021-8/+6
|
* Use the new class nameNed Batchelder2015-07-271-11/+11
|
* Better spelling.Ned Batchelder2015-07-251-7/+7
|
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
|
* Refer to the project consistenly as coverage.py. #275Ned Batchelder2015-07-231-5/+5
|
* Remove an option on a test method we weren't usingNed Batchelder2015-07-201-9/+7
|
* Files with incorrect encoding declarations are no longer ignored. #351Ned Batchelder2015-05-171-8/+3
|
* Refactor datetime recency testing into a tested test helperNed Batchelder2015-04-251-8/+5
|
* Make datetime imperviousness work on 2.6Ned Batchelder2015-04-221-2/+4
|
* Make HTML tests impervious to clock issues arising from timestampsNed Batchelder2015-04-221-28/+46
|
* More work on #299Ned Batchelder2015-04-211-3/+8
| | | | | Add the timestamp to the Python output files also. Move the timestamp to the footer. Add Conrad to AUTHORS, and update the CHANGES file.
* Merged in conradho/coverage.py (pull request #47)Ned Batchelder2015-04-211-1/+10
|\ | | | | | | Ticket 299: Adding a time stamp to html report
| * Ticket299: made it 2.6 compatible. checked 26, 27, 34Conrad Ho2015-04-141-1/+1
| |
| * Ticket299: add time stamp to index.html reports pageConrad Ho2015-04-141-1/+10
| |
* | Fix bug with \f in HTML report. #360.Ned Batchelder2015-02-281-0/+10
|/
* addCleanup cleanupNed Batchelder2015-02-131-0/+2
|
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-4/+4
|
* Add a disabled test that demonstrates bug #351.Ned Batchelder2015-01-291-5/+13
|
* Issue #69 was fixed yesterdayNed Batchelder2015-01-181-0/+13
|
* Collect all the nudgy environment checks into coverage.envNed Batchelder2015-01-181-2/+5
|
* Bump version since we published 4.0a2Ned Batchelder2015-01-171-0/+1
|
* Use file names with extensions in reports.Ned Batchelder2015-01-171-19/+19
|
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-1/+1
|
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-2/+2
|
* Use with-open everywhereNed Batchelder2014-10-261-12/+24
|
* Prevent UnicodeDecodeErrors in html report. #303Ned Batchelder2014-06-111-21/+32
|
* Add detail to the UnicodeDecodeError for #303Ned Batchelder2014-06-091-1/+22
|
* Avoid a bunch of deprecated functions.Ned Batchelder2014-05-171-3/+3
|
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-14/+9
|
* Remove unused importNed Batchelder2013-12-141-9/+3
|
* We only run on 2.6, 2.7, 3.2, 3.3 now.Ned Batchelder2013-10-191-16/+15
|
* Fix the mechanism for HTML to find OS-installed resources.Ned Batchelder2013-10-101-0/+23
|
* 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-281-1/+1
|
* Always show long diffs in test failures.Ned Batchelder2013-09-151-2/+0
|
* Get test_html working under OS X when run from a venv. Thank, Brett Cannon.Ned Batchelder2013-08-141-0/+1
|
* Directory changed: test->tests. Adapt.Ned Batchelder2013-02-021-1/+1
|
* Move the test directory to tests to avoid conflicts with the stdlib test ↵Ned Batchelder2013-02-021-0/+297
package.