MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / test_invalid_extension

Function test_invalid_extension

tests/test_interface.py:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def test_invalid_extension():
52 with pytest.raises(AssertionError):
53 code2flow(os.path.abspath(__file__),
54 output_file='out.pdf')
55
56
57def test_no_files():

Callers

nothing calls this directly

Calls 1

code2flowFunction · 0.90

Tested by

no test coverage detected