mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Issue #9517: Move script_helper to the support package.
Patch by Christie Wilson.
This commit is contained in:
parent
025e9ebd0a
commit
ce643913a9
45 changed files with 115 additions and 102 deletions
|
|
@ -1,8 +1,8 @@
|
|||
"""Unittests for test.script_helper. Who tests the test helper?"""
|
||||
"""Unittests for test.support.script_helper. Who tests the test helper?"""
|
||||
|
||||
import subprocess
|
||||
import sys
|
||||
from test import script_helper
|
||||
from test.support import script_helper
|
||||
import unittest
|
||||
from unittest import mock
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue