Files
deb-python-pyvmomi/tests
Arnon Yaari a5a3aa996e Add SoapAdapter request context per instance.
SoapStubAdapter supports adding soap headers using GetRequestContext, but
the request context is thread-local. Adding support for a per-instance request context.
This is needed e.g. for vSphere SMS API, where only the SMS SoapAdapter needs
the additional headers.
2016-04-25 11:42:33 +03: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