summaryrefslogtreecommitdiff
path: root/tests/test_misc.py
Commit message (Expand)AuthorAgeFilesLines
* test: refactor and add a test of terminal link textNed Batchelder2023-04-261-1/+13
* mypy: use __future__ uniformly in checked filesNed Batchelder2023-01-051-0/+2
* mypy: misc.py, test_misc.pyNed Batchelder2023-01-031-14/+14
* refactor: a better way to have maybe-importable third-party modulesNed Batchelder2023-01-031-3/+4
* refactor: remove more of the PyContracts stuffNed Batchelder2022-12-271-53/+2
* refactor(test): don't even import contracts if not using PyContractsNed Batchelder2021-11-041-2/+2
* fix: use human sorting on human-readable thingsNed Batchelder2021-10-121-0/+21
* fix: source modules need to be re-imported. #1232Ned Batchelder2021-10-111-0/+7
* fix: pretend we didn't import third-party packages we use. #1228Ned Batchelder2021-10-061-1/+19
* fix: use a modern hash when fingerprinting. #1189Ned Batchelder2021-07-131-1/+1
* refactor: move exceptions to their own moduleNed Batchelder2021-05-021-1/+2
* refactor: pyupgrade --py36-plus tests/**.pyNed Batchelder2021-05-021-4/+4
* refactor: a better way to skip these testsNed Batchelder2021-02-071-5/+1
* refactor: unittest2pytest -w testsNed Batchelder2021-01-311-7/+7
* 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