summaryrefslogtreecommitdiff
path: root/tests/test_test_mixins.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor: correct a file name: test_mixins.pyNed Batchelder2021-03-111-81/+0
|
* refactor: pull module cleaning into hereNed Batchelder2021-03-111-1/+26
| | | | We don't need unittest_mixins' module cleaner anymore.
* test: add tests of make_fileNed Batchelder2021-03-111-0/+56
These are copied from unittest_mixins, and adapted to pytest.