Skip to content

Commit 575785e

Browse files
djareckaeffigies
andauthored
Update pydra/engine/tests/test_specs.py
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent bfaa681 commit 575785e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

pydra/engine/tests/test_specs.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@ def test_shellspec():
5151
assert hasattr(spec, "args")
5252

5353

54-
# container_attrs = ["image", "container", "container_xargs"]
55-
#
56-
#
57-
# def test_container():
58-
# with pytest.raises(TypeError):
59-
# spec = ContainerSpec()
60-
# spec = ContainerSpec(
61-
# executable="ls", image="busybox", container="docker"
62-
# ) # (execute, args, image, cont)
63-
# assert all([hasattr(spec, attr) for attr in container_attrs])
64-
# assert hasattr(spec, "executable")
6554

6655

6756
class NodeTesting:

0 commit comments

Comments
 (0)