Skip to content

Commit 2506b34

Browse files
author
Dennis Kennetz
committed
adding decorator so tool returns exit0 and test passes. Hopefully final test.
1 parent 4e41c44 commit 2506b34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_singularity.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def test_singularity_iwdr():
3333
else:
3434
assert result_code != 0
3535

36+
@needs_singularity
3637
def test_singularity_pullfolder_in_env():
3738
os.environ["SINGULARITY_PULLFOLDER"] = str(os.getcwd())
3839
os.environ["SINGULARITY_CACHEDIR"] = str(os.getcwd())

0 commit comments

Comments
 (0)