mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-40275: Use new test.support helper submodules in tests (GH-21764)
This commit is contained in:
parent
46e19b61d3
commit
598a951844
15 changed files with 97 additions and 84 deletions
|
@ -228,7 +228,7 @@ class PyCompileCLITestCase(unittest.TestCase):
|
|||
file.write('x = 123\n')
|
||||
|
||||
def tearDown(self):
|
||||
support.rmtree(self.directory)
|
||||
os_helper.rmtree(self.directory)
|
||||
|
||||
def pycompilecmd(self, *args, **kwargs):
|
||||
# assert_python_* helpers don't return proc object. We'll just use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue