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

Function test_bad_php_parse_b

tests/test_interface.py:161–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159
160
161def test_bad_php_parse_b():
162 with pytest.raises(AssertionError) as ex:
163 code2flow("test_code/php/bad_php/bad_php_b.php", "/tmp/code2flow/out.json")
164 assert "parse" in ex and "php" in ex.lower()
165
166
167def test_no_source_type():

Callers

nothing calls this directly

Calls 1

code2flowFunction · 0.90

Tested by

no test coverage detected