We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fcd52 commit 73e9aa1Copy full SHA for 73e9aa1
1 file changed
tests/test_project.py
@@ -97,12 +97,12 @@ def test_manifest_simple(tmp_path: Path) -> None:
97
assert t_print.platform is None
98
assert t_print.deploy_dir is None
99
100
- t_rune = project.get_target("rs")
101
- assert t_rune.format == "html"
102
- assert t_rune.platform == "runestone"
103
- assert t_rune.output_dir_abspath().resolve().relative_to(
104
- project.abspath()
105
- ) == Path("published/runestone-document-id")
+ # t_rune = project.get_target("rs")
+ # assert t_rune.format == "html"
+ # assert t_rune.platform == "runestone"
+ # assert t_rune.output_dir_abspath().resolve().relative_to(
+ # project.abspath()
+ # ) == Path("published/runestone-document-id")
106
107
assert not project.has_target("foo")
108
0 commit comments