mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-97669: Create Tools/patchcheck/ directory (#98186)
Move patchcheck.py, reindent.py and untabify.py scripts to a new Tools/patchcheck/ directory.
This commit is contained in:
parent
c39a0c3354
commit
0895c2a066
7 changed files with 5 additions and 8 deletions
|
@ -9,12 +9,12 @@ import unittest
|
|||
from test.support.script_helper import assert_python_ok
|
||||
from test.support import findfile
|
||||
|
||||
from test.test_tools import scriptsdir, skip_if_missing
|
||||
from test.test_tools import toolsdir, skip_if_missing
|
||||
|
||||
skip_if_missing()
|
||||
|
||||
class ReindentTests(unittest.TestCase):
|
||||
script = os.path.join(scriptsdir, 'reindent.py')
|
||||
script = os.path.join(toolsdir, 'patchcheck', 'reindent.py')
|
||||
|
||||
def test_noargs(self):
|
||||
assert_python_ok(self.script)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue