Files
deb-python-pyvmomi/tests
tianhao he f3245a6c33 Fix issue #182 by creating an uncallable managed method
VC is returning some internal managed method in 6.0. Looks like this issue
will be resolved in 6.5 server types as it will be public in 6.5. To tempoarily
workaound this issue, returning a dummy method and dummy obj instead of throwing
exception when client side can't understand the returned managed method.
2016-06-03 12:37:47 -07:00
..
2014-08-29 17:17:33 -04:00
2015-12-11 10:30:58 -05:00
2015-09-29 17:27:24 -07:00

Testing Guidelines

  • All tests adhere to pep8 standards
  • All tests must be stand-alone and deterministic
  • All tests covering HTTP transactions will have a fixture file
    • fixture file names shall match method names
    • fixtures should be edited to include no more data than necessary
    • fixtures shall not include accessible IP addresses or credentials
  • All changes shall be accompanied by a test
  • All changes shall be associated with an issue number