summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tabnanny.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-46198: rename duplicate tests and remove unused code (GH-30297)Nikita Sobolev2022-03-101-1/+0
* bpo-44031: fix test_tabnanny failure in non-ascii CWD (GH-31014)Irit Katriel2022-02-011-2/+2
* bpo-40275: Use new test.support helper submodules in tests (GH-21743)Hai Shi2020-08-061-1/+2
* Remove unused imports in tests (GH-14518)Victor Stinner2019-07-011-1/+0
* bpo-31904: Fix test_tabnanny on VxWorks (GH-12646)Lihua Zhao2019-04-171-2/+4
* closes bpo-34594: Don't hardcode errno values in the tests. (GH-9076)Zackery Spytz2018-09-061-1/+3
* bpo-19382: Adding test cases for module tabnanny (GH-851)Jaysinh Shukla2018-06-141-0/+343