summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
Commit message (Collapse)AuthorAgeFilesLines
* Fiddle with, and test, format_linesNed Batchelder2017-02-031-1/+15
|
* Split tests into their own filesNed Batchelder2017-02-031-71/+0
|
* Oops, don't assume decorator arguments can be hashed.Ned Batchelder2017-01-161-2/+2
|
* A better way to neuter decorators when not testing.Ned Batchelder2017-01-161-1/+11
|
* A one_of decorator for checking function arguments.Ned Batchelder2017-01-161-5/+18
|
* Tests of our bytes and unicode custom contractsNed Batchelder2017-01-161-1/+29
|
* Fix installation in ascii-default environments. #540Ned Batchelder2016-12-271-0/+5
|
* Prevent UnicodeErrors in HTML reports with Unicode configuration valuesNed Batchelder2016-12-061-0/+7
|
* 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 ↵desmaj2013-03-181-0/+3
| | | | setup.py is imported; Changed the 'oddball' tests to use a filename whitelist instead of a blacklist (so that tests run better under instrumental
* 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/+73
package.