Comment #3 on issue 1535 by pekka.klarck: Improve robotframework start
http://code.google.com/p/robotframework/issues/detail?id=1535

When you select those test cases, what RIDE does is running the whole suite with --test options matching the tests you selected. This is done because you may have suite setups/teardowns on various levels. What Robot does in that cases is parsing the whole structure to find tests matching what was specified with --test options. It cannot know what files contain those tests otherwise.

The --suite option I mentioned is special because it also automatically limits what files are actually parsed. Names you specify with that option can be matched to file/directory names directly. What this means is that you could add --suite option to the command RIDE runs, or that you run manually, to limit what files are parsed.

Now that I think of this, obviously RIDE could also add --suite options to the command it uses automatically. That has nothing to do with Robot itself, though, and a new issue should be submitted to RIDE's tracker.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to