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 b4f5fd3 commit a2fecffCopy full SHA for a2fecff
singularity/tests/test_client.py
@@ -75,14 +75,6 @@ def test_import(self):
75
self.assertEqual(result['return_code'],0)
76
os.remove(container)
77
78
- def test_run(self):
79
- print("Testing client.run command")
80
- container = create_container(do_import=True)
81
- result = self.cli.run(container)
82
- self.assertEqual(result,'')
83
- os.remove(container)
84
-
85
86
def test_exec(self):
87
print('Testing client.execute command')
88
container = create_container(do_import=True)
0 commit comments