mirror of
https://github.com/python/cpython.git
synced 2026-06-08 04:19:23 -04:00
Actually have test_largefile execute. Call to test.test_support.run_unittest()
somehow got lost.
This commit is contained in:
@@ -171,6 +171,10 @@ def main_test():
|
||||
f = open(TESTFN, 'w')
|
||||
if hasattr(f, 'truncate'):
|
||||
suite.addTest(TestCase('test_truncate'))
|
||||
f.close()
|
||||
unlink(TESTFN)
|
||||
run_unittest(suite)
|
||||
unlink(TESTFN)
|
||||
|
||||
if __name__ == '__main__':
|
||||
main_test()
|
||||
|
||||
Reference in New Issue
Block a user