Skip to content

Commit a873bf8

Browse files
LamentXU123picnixz
andauthored
Update Lib/test/test_uuid.py
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent 3e4bf3c commit a873bf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Lib/test/test_uuid.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,9 @@ def test_uuid_weakref(self):
11411141
self.assertIs(strong, weak())
11421142

11431143

1144-
class CommandLineRunTime:
1144+
class CommandLineTestCases:
1145+
uuid = None # to be defined in subclasses
1146+
11451147
def do_test_standalone_uuid(self, version):
11461148
stdout = io.StringIO()
11471149
with contextlib.redirect_stdout(stdout):

0 commit comments

Comments
 (0)