Skip to content

Commit 7929a45

Browse files
committed
Fix testrunner tests
1 parent 27e883c commit 7929a45

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/robotide/contrib/testrunner/usages.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@
7676
-R --rerunfailed output Select failed tests from an earlier output file to be
7777
re-executed. Equivalent to selecting same tests
7878
individually using --test option.
79+
--runfailed output Deprecated since RF 2.8.4. Use --rerunfailed instead.
7980
-c --critical tag * Tests having given tag are considered critical. If no
8081
critical tags are set, all tags are critical. Tags
8182
can be given as a pattern like with --include.

utest/contrib/testrunner/test_pybot_arguments_validation.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ def test_valid_argument_with_value(self):
2525
def test_runfailed_argument_works(self):
2626
self._working_arguments('--runfailed output.xml')
2727

28-
def test_old_runmode_argument_works(self):
29-
self._working_arguments('--runmode DryRun')
30-
3128

3229
if __name__ == '__main__':
33-
unittest.main()
30+
unittest.main()

0 commit comments

Comments
 (0)