summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* Move test helpers to tests.helpersNed Batchelder2019-12-311-28/+0
* Easier to decipher arcz outputNed Batchelder2019-12-311-1/+20
* Polish up substitute_variables based on a lightning talkNed Batchelder2019-09-141-0/+1
* Don't run contract tests if contracts are disabledNed Batchelder2019-06-191-1/+6
* Move arcz_to_arcs to misc so we can use it elsewhereNed Batchelder2019-06-191-1/+10
* Use pylint 2.xNed Batchelder2019-05-131-4/+4
* Move code to where it belongsNed Batchelder2018-12-241-14/+1
* Defaultable variable substitutionNed Batchelder2018-09-081-0/+1
* Strict variable substitution is now an optionNed Batchelder2018-09-081-6/+19
* Move variable substitution to be independentNed Batchelder2018-09-081-1/+17
* Hasher needed more information about nesting to avoid collisionsNed Batchelder2018-08-111-0/+7
* Update NOTICE link to GitHub.Ned Batchelder2018-06-241-1/+1
* 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 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