MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_cli_uuid8

Method test_cli_uuid8

Lib/test/test_uuid.py:1243–1244  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1241
1242 @mock.patch.object(sys, "argv", ["", "-u", "uuid8"])
1243 def test_cli_uuid8(self):
1244 self.do_test_standalone_uuid(8)
1245
1246
1247class TestUUIDWithoutExtModule(CommandLineTestCases, BaseTestUUID, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected