Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 994 by filip.noetzel: Mechanism to distribute and load user
keywords in .eggs/.jars
http://code.google.com/p/robotframework/issues/detail?id=994
Given two software packages (could be .eggs or .jars; both tested with
Robot Framework) named A and B, where A depends on B:
I'd like to include B's tests (or just the user keyword part of them) in
it's distribution (.egg or .jar) in a standardized way so I can load and
execute B's keywords when running A's tests (and test A's integration with
B).
Ideally this would work without me needing to configure anything.
Bonus question:
Is there a way to achive something similar today, without needing to keep
the two vcs repositories in sync ?