Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorpela committed Dec 4, 2024
1 parent 2248f1d commit 8b683a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def test_parse_args(self):
"--resourcefile",
"resourcefile.ini",
"--testlevelsplit",
"--pabotlib",
"--pabotlibhost",
"123.123.233.123",
"--pabotlibport",
Expand All @@ -105,7 +104,7 @@ def test_parse_args(self):
self.assertEqual(pabot_args["command"], ["my_own_command.sh"])
self.assertEqual(pabot_args["processes"], 12)
self.assertEqual(pabot_args["resourcefile"], "resourcefile.ini")
self.assertEqual(pabot_args["pabotlib"], True)
self.assertEqual(pabot_args["pabotlib"], False)
self.assertEqual(pabot_args["pabotlibhost"], "123.123.233.123")
self.assertEqual(pabot_args["pabotlibport"], 4562)
self.assertEqual(pabot_args["suitesfrom"], "some.xml")
Expand Down

0 comments on commit 8b683a3

Please sign in to comment.