You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used nose in ansible and that was simple enough to code for. Do you have any strong preferences for what to use in ezmomi and what folder would you like the tests to live in?
The text was updated successfully, but these errors were encountered:
I would suggest what is being done on vmware/pyvmomi and check out vcrpy. Since many of the things you would want to unit test might be things like create or clone a virtual machine and such you could record the http transactions. Check out this video http://www.youtube.com/watch?v=n3CP_ObMP0g
I would suggest what is being done on vmware/pyvmomi and check out vcrpy. Since many of the things you would want to unit test might be things like create or cone a virtual machine and such you could record the http transactions. Check out this video http://www.youtube.com/watch?v=n3CP_ObMP0g
—
Reply to this email directly or view it on GitHub.
I don't have any strong preferences. I set up the bare minimum for travis just to get it started. I think we should check out what @michaelrice suggested.
We used nose in ansible and that was simple enough to code for. Do you have any strong preferences for what to use in ezmomi and what folder would you like the tests to live in?
The text was updated successfully, but these errors were encountered: