summaryrefslogtreecommitdiff
path: root/tests/test_html.py
Commit message (Expand)AuthorAgeFilesLines
* 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 pack...Ned Batchelder2013-02-021-0/+297