mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
merge
This commit is contained in:
commit
4d35c57c9c
3 changed files with 21 additions and 16 deletions
|
@ -59,6 +59,7 @@ class PindentTests(unittest.TestCase):
|
|||
return '\n'.join(line.lstrip() for line in data.splitlines()) + '\n'
|
||||
|
||||
def test_selftest(self):
|
||||
self.maxDiff = None
|
||||
with temp_dir() as directory:
|
||||
data_path = os.path.join(directory, '_test.py')
|
||||
with open(self.script) as f:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue