Comment #3 on issue 1014 by [email protected]: add suite type to listener interface
http://code.google.com/p/robotframework/issues/detail?id=1014

So, is it guaranteed to be true that if one of my suites has no tests due to being excluded via a tag, I will not get a start_suite for that suite even if that suite is explicitly given to pybot? For example, if I do "pybot --exclude dontrun foo.txt bar.txt", I won't get a start_suite on bar if all tests are tagged "dontrun"

Reply via email to