21a5d52e6a
Revert HTTPSConnectionWrapper back to _HTTPSConnection to fix thumbprint verification. Create custom_patches to support custom _HTTPSConnection. So tests should use below annotation: @tests.VCRTestBase.my_vcr.use_cassette... |
||
---|---|---|
.. | ||
files | ||
fixtures | ||
__init__.py | ||
README.rst | ||
test_connect.py | ||
test_container_view.py | ||
test_deserializer.py | ||
test_iso8601.py | ||
test_managed_object.py | ||
test_serializer.py | ||
test_virtual_machine_object.py |
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