MCPcopy Index your code
hub / github.com/lincolnloop/python-qrcode / test_example

Function test_example

qrcode/tests/test_example.py:11–13  ·  view source on GitHub ↗
(mock_show)

Source from the content-addressed store, hash-verified

9
10@mock.patch("PIL.Image.Image.show")
11def test_example(mock_show):
12 run_example()
13 mock_show.assert_called_with()

Callers

nothing calls this directly

Calls 1

run_exampleFunction · 0.90

Tested by

no test coverage detected