MCPcopy Create free account
hub / github.com/OWASP/Python-Honeypot / test_fix_skip_pass

Method test_fix_skip_pass

tests/test_api_utilities.py:31–34  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 )
30
31 def test_fix_skip_pass(self):
32 returned_values = fix_skip('0')
33 self.assertTrue(isinstance(returned_values, int))
34 self.assertEqual(returned_values, 0)
35
36 def test_fix_skip_fail(self):
37 returned_values = fix_skip('0')

Callers

nothing calls this directly

Calls 1

fix_skipFunction · 0.90

Tested by

no test coverage detected