mirror of
https://github.com/python/cpython.git
synced 2025-07-24 19:54:21 +00:00
gh-116303: Skip test module dependent tests if test modules are unavailable (#117341)
This commit is contained in:
parent
2ec6bb4111
commit
ea94b3b149
57 changed files with 255 additions and 123 deletions
|
@ -35,6 +35,7 @@ class TestMakefile(unittest.TestCase):
|
|||
result.append(line.replace('\\', '').strip())
|
||||
return result
|
||||
|
||||
@unittest.skipUnless(support.TEST_MODULES_ENABLED, "requires test modules")
|
||||
def test_makefile_test_folders(self):
|
||||
test_dirs = self.list_test_dirs()
|
||||
idle_test = 'idlelib/idle_test'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue