Skip to content

Commit c133b71

Browse files
committed
remove testing code
1 parent 2c0cd18 commit c133b71

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

Lib/test/test_free_threading/test_json.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import unittest
21
from threading import Barrier, Thread
32
from test.test_json import CTest
43
from test.support import threading_helper
@@ -78,11 +77,3 @@ def worker(barrier, data, index):
7877

7978
data = [MyMapping(), MyMapping()]
8079
encode_json_helper(self.json, worker, data)
81-
82-
83-
if __name__ == "__main__":
84-
import time
85-
t0 = time.time()
86-
unittest.main()
87-
dt = time.time() - t0
88-
print(f"Done: {dt:.2f}")

0 commit comments

Comments
 (0)