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

Method test_fix_skip_fail

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

Source from the content-addressed store, hash-verified

34 self.assertEqual(returned_values, 0)
35
36 def test_fix_skip_fail(self):
37 returned_values = fix_skip('0')
38 self.assertFalse(isinstance(returned_values, str))
39 self.assertNotEqual(returned_values, 1)
40
41 def test_fix_limit_pass(self):
42 returned_values = fix_limit('10')

Callers

nothing calls this directly

Calls 1

fix_skipFunction · 0.90

Tested by

no test coverage detected