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

Function test_not_qrcode

qrcode/tests/test_release.py:20–22  ·  view source on GitHub ↗
(mock_file)

Source from the content-addressed store, hash-verified

18
19@mock.patch(OPEN, new_callable=mock.mock_open, read_data=DATA)
20def test_not_qrcode(mock_file):
21 update_manpage({"name": "not-qrcode"})
22 mock_file.assert_not_called()
23
24
25@mock.patch(OPEN, new_callable=mock.mock_open, read_data=DATA)

Callers

nothing calls this directly

Calls 1

update_manpageFunction · 0.90

Tested by

no test coverage detected