Skip to content
Prev Previous commit
Next Next commit
Change class name to TestUUIDCommandLineRunTime
  • Loading branch information
LamentXU123 authored Jul 11, 2025
commit 0c2b23191542b70ee65c3637781483a829f29eba
2 changes: 1 addition & 1 deletion Lib/test/test_uuid.py
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ def test_uuid_weakref(self):
self.assertIs(strong, weak())


class TestUUIDCli(unittest.TestCase):
class TestUUIDCommandLineRunTime(unittest.TestCase):
uuid = py_uuid

def do_test_standalone_uuid(self, version):
Expand Down
Loading