summaryrefslogtreecommitdiff
path: root/tests/test_missing_command.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Replace deprecated unittest.makeSuiteScott Talbert2023-02-021-1/+1
| | | | | | This function was never formally documented, but has been deprecated and will be removed in Python 3.13. Replaced with unittest.TestLoader.loadTestsFromTestCase.
* Fix imports in tests for Python 3Thomas Kluyver2014-06-011-1/+1
| | | | Closes gh-59
* Moved everything up one directory level.Noah Spurrier2012-10-261-0/+38