MCPcopy Index your code
hub / github.com/python/cpython / test_sample_input_smoke_test

Method test_sample_input_smoke_test

Lib/test/test_xxtestfuzz.py:11–20  ·  view source on GitHub ↗

This is only a regression test: Check that it doesn't crash.

(self)

Source from the content-addressed store, hash-verified

9 """To keep our https://github.com/google/oss-fuzz API working."""
10
11 def test_sample_input_smoke_test(self):
12 """This is only a regression test: Check that it doesn't crash."""
13 _xxtestfuzz.run(b"")
14 _xxtestfuzz.run(b"\0")
15 _xxtestfuzz.run(b"{")
16 _xxtestfuzz.run(b" ")
17 _xxtestfuzz.run(b"x")
18 _xxtestfuzz.run(b"1")
19 _xxtestfuzz.run(b"AAAAAAA")
20 _xxtestfuzz.run(b"AAAAAA\0")
21
22
23if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

runMethod · 0.45

Tested by

no test coverage detected