(tmpdir)
| 1570 | |
| 1571 | |
| 1572 | def test_addon_json_invalid_python(tmpdir): |
| 1573 | __test_addon_json_invalid(tmpdir, json.dumps({'python':0}), "'python' must be a string.") |
| 1574 | |
| 1575 | |
| 1576 | def test_addon_json_invalid_executable(tmpdir): |
nothing calls this directly
no test coverage detected