Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor: correct a file name: test_mixins.py | Ned Batchelder | 2021-03-11 | 1 | -81/+0 |
| | |||||
* | refactor: pull module cleaning into here | Ned Batchelder | 2021-03-11 | 1 | -1/+26 |
| | | | | We don't need unittest_mixins' module cleaner anymore. | ||||
* | test: add tests of make_file | Ned Batchelder | 2021-03-11 | 1 | -0/+56 |
These are copied from unittest_mixins, and adapted to pytest. |