We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a33561d commit b3066ccCopy full SHA for b3066cc
tests/test_launchers.py
@@ -53,6 +53,8 @@ def test_option(self):
53
self.assertEqual(launcher, split(launcher_txt))
54
self.assertEqual(command, split(command_txt))
55
56
+ #Obselete. We pass user args directly to launchers
57
+ '''
58
def test_unsupported_option(self):
59
"""
60
Check unsupported option behaviour
@@ -64,7 +66,8 @@ def test_unsupported_option(self):
64
66
65
67
self.assertNotEqual(launcher, split(launcher_txt))
68
self.assertNotEqual(command, split(command_txt))
-
69
70
+
71
def test_equalled_option(self):
72
73
Check support for --x=y style options
0 commit comments