Updates:
Summary: Change parsing time warning about having having tests with same name multiple times in a suite to run time warning

Comment #5 on issue 133 by pekka.klarck: Change parsing time warning about having having tests with same name multiple times in a suite to run time warning
http://code.google.com/p/robotframework/issues/detail?id=133

Thanks for feedback Chris. The main reason the old warning was removed was that it was given already at test data parsing time. It was thus displayed even if only one of the tests was actually executed and others were excluded with --include or --exclude. (I faced this problem when I created tests for Remote library (issue 118) and wanted to have tests with same name but different implementation when running
tests against Python and Ruby servers.)

We already discussed should we add a run time warning if tests with same names are actually executed but originally decided that it's not worth the effort. Based on your feedback there is real need for this and I added such a run time warning in r1778.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to