summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* readthedocs.io nowNed Batchelder2016-04-301-2/+2
* Bump version to 4.0rc1, and fix the logic for rc releases.Ned Batchelder2015-08-221-1/+1
* Changed hexversion to version_info, it's friendlier, and just as useful.Ned Batchelder2015-08-211-3/+35
* Add license mention to the top of all files. #313.Ned Batchelder2015-07-241-0/+3
* Change how plugins are initialized. No more Plugin. Now coverage_init.Ned Batchelder2015-07-051-50/+1
* Remove (most) tearDown functions in favor of addCleanupNed Batchelder2015-02-091-1/+1
* Source is always Unicode in HTML code. More refactoring to come.Ned Batchelder2014-12-121-0/+7
* Try out pylint spelling. Kinda noisy, but fixed some stuff.Ned Batchelder2014-11-271-2/+2
* Clean up some pylint messagesNed Batchelder2014-11-231-2/+1
* Move to the misc.py fileNed Batchelder2014-11-211-1/+52
* Use json for html status file instead of pickle.Ned Batchelder2014-10-271-3/+3
* Use assertRaises as a context manager now that we can.Ned Batchelder2013-12-211-1/+2
* Add assert_starts_withNed Batchelder2013-12-141-1/+1
* Mark a bunch of tests that don't need temp directories.Ned Batchelder2013-09-281-0/+2
* More --debug options, split code into separate objects.Ned Batchelder2013-09-081-22/+2
* Better to leave the space out.Ned Batchelder2013-09-061-7/+7
* Move the info formatting into its own function.Ned Batchelder2013-09-061-1/+22
* Tweaks to Matt's merged pull request.Ned Batchelder2013-04-211-0/+1
* Removed redundant code; Changed a setup.py test to ensure that the proper set...desmaj2013-03-181-0/+3
* 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/+73