(tmpdir)
| 1554 | |
| 1555 | |
| 1556 | def test_addon_json_invalid_no_obj(tmpdir): |
| 1557 | __test_addon_json_invalid(tmpdir, json.dumps([]), "JSON is not an object.") |
| 1558 | |
| 1559 | |
| 1560 | def test_addon_json_invalid_args_1(tmpdir): |
nothing calls this directly
no test coverage detected