Skip to content

Commit b3066cc

Browse files
authored
Remove unsupported options test.
We now pass all user arguments to mpi launchers.
1 parent a33561d commit b3066cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_launchers.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ def test_option(self):
5353
self.assertEqual(launcher, split(launcher_txt))
5454
self.assertEqual(command, split(command_txt))
5555

56+
#Obselete. We pass user args directly to launchers
57+
'''
5658
def test_unsupported_option(self):
5759
"""
5860
Check unsupported option behaviour
@@ -64,7 +66,8 @@ def test_unsupported_option(self):
6466
6567
self.assertNotEqual(launcher, split(launcher_txt))
6668
self.assertNotEqual(command, split(command_txt))
67-
69+
'''
70+
6871
def test_equalled_option(self):
6972
"""
7073
Check support for --x=y style options

0 commit comments

Comments
 (0)