Skip to content

Commit 313465e

Browse files
committed
Remove test stubs.
1 parent 2a6a0ea commit 313465e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_remote.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,3 @@ def task_example() -> Annotated[str, PickleNode(path=Path("data.pkl"))]:
229229
assert result.exit_code == ExitCode.OK
230230
assert "1 Succeeded" in result.output
231231
assert pickle.loads(tmp_path.joinpath("data.pkl").read_bytes()) == "Hello World!" # noqa: S301
232-
233-
234-
def test_ppathnode_injecting_path():
235-
raise NotImplementedError
236-
237-
238-
def test_ppathnode_injecting_value():
239-
raise NotImplementedError

0 commit comments

Comments
 (0)