1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

10 commits

Author SHA1 Message Date
Jeff McCune
00fbdaa932 (#9241) Add test skeleton framework
Without this patch the change set currently has no framework for testing
the Vsphere provider.  This patch doesn't actually test anything, but
does add the skeleton code to being testing mocked versions of other
code.

Particularly, we're going to take the approach of completely mocking the
@connection instance variable of the Compute instance.  This will allow
us to set expectations and return things from the underlying vmware API
library.
2011-09-10 13:32:58 -07:00
geemus
e6f09326e9 [gleysys] fixes for mocked test setup 2011-09-08 15:34:56 -05:00
Michael Hale
7b8d8d52bc enable mocking for dynect 2011-08-04 16:00:58 -05:00
geemus
7620662c87 [tests] make unimplemented mock tests pending 2011-07-20 12:11:10 -05:00
geemus
a1d2ef0ec7 [tests] add dnsmadeeasy and ninefold to mock credentials 2011-06-15 14:27:10 -07:00
geemus
ca360be0ed [local|storage] fixes for pending mocked tests 2011-05-24 17:32:27 -07:00
geemus
d7ae0956be [tests] add additional fake credentials for mocked tests 2011-05-24 17:31:45 -07:00
James W. Brinkerhoff
bf4ca3621d [voxel|compute] fleshing out testing 2011-02-23 15:38:42 -08:00
geemus
0d3c1b3e15 fixes related to providers listings 2011-02-11 14:36:48 -08:00
geemus
a13fd68e39 seperate mock related helpers 2011-01-21 17:42:56 -08:00