(self)
| 1241 | |
| 1242 | @mock.patch.object(sys, "argv", ["", "-u", "uuid8"]) |
| 1243 | def test_cli_uuid8(self): |
| 1244 | self.do_test_standalone_uuid(8) |
| 1245 | |
| 1246 | |
| 1247 | class TestUUIDWithoutExtModule(CommandLineTestCases, BaseTestUUID, unittest.TestCase): |
nothing calls this directly
no test coverage detected