Updates:
Summary: Loading tests and resources from zip files
Comment #3 on issue 498 by pekka.klarck: Loading tests and resources from
zip files
http://code.google.com/p/robotframework/issues/detail?id=498
Possibility to run `pybot tests.zip` would be handy. It would definitely
ease moving tests to different environments for execution. I don't think
that would help performance, though, as all the files need to be processed
in addition to opening the archive. Opening zips in Python is pretty
trivial so this shouldn't be too complicated to implement.