File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
src/robotide/contrib/testrunner Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
3229if __name__ == '__main__' :
33- unittest .main ()
30+ unittest .main ()
You can’t perform that action at this time.
0 commit comments