summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_unicode_file_functions.py
Commit message (Collapse)AuthorAgeFilesLines
* bpo-45229: Remove test_main in many tests (GH-28405)Serhiy Storchaka2021-09-191-12/+1
| | | | | | | | | Instead of explicitly enumerate test classes for run_unittest() use the unittest ability to discover tests. This also makes these tests discoverable and runnable with unittest. load_tests() can be used for dynamic generating tests and adding doctests. setUpModule(), tearDownModule() and addModuleCleanup() can be used for running code before and after all module tests.
* bpo-40275: Use new test.support helper submodules in tests (GH-21451)Hai Shi2020-08-031-8/+12
|
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-3/+3
|
* Rename test_pep####.py filesZachary Ware2016-09-091-0/+195