We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01029db commit 35b77ebCopy full SHA for 35b77eb
tests/test_cmd.py
@@ -267,7 +267,7 @@ def test_write_rst_invalid_json(tmp_path: Path) -> None:
267
)
268
def test_write_rst_negative(json_objs: list[dict], output_lines, tmp_path) -> None:
269
to_dump = {"project_1": json_objs}
270
- jsonpath = Path("invalid_objs.json")
+ jsonpath = tmp_path / "invalid_objs.json"
271
with jsonpath.open("w") as f:
272
json.dump(to_dump, f)
273
outpath = tmp_path / "needextend.rst"
0 commit comments