(tmpdir)
| 1574 | |
| 1575 | |
| 1576 | def test_addon_json_invalid_executable(tmpdir): |
| 1577 | __test_addon_json_invalid(tmpdir, json.dumps({'executable':0}), "'executable' must be a string.") |
| 1578 | |
| 1579 | |
| 1580 | def test_addon_json_invalid_script_1(tmpdir): |
nothing calls this directly
no test coverage detected