(tmpdir)
| 1582 | |
| 1583 | |
| 1584 | def test_addon_json_invalid_script_2(tmpdir): |
| 1585 | __test_addon_json_invalid(tmpdir, json.dumps({'script':0}), "'script' must be a string.") |
| 1586 | |
| 1587 | |
| 1588 | def test_unknown_extension(tmpdir): |
nothing calls this directly
no test coverage detected