bf142fc3d8
test.py and clients.py now only depend on stable interfaces and can be marked stable for plugins. Previous patches added unit tests and docstrings for most methods. Change-Id: I22cb1a7744d2310f9b70769e136803a607217ceb
9 lines
345 B
YAML
9 lines
345 B
YAML
---
|
|
features:
|
|
- |
|
|
Two extra modules are now marked as stable for plugins, test.py and clients.py.
|
|
The former includes the test base class with its automatic credentials
|
|
provisioning and test resource managing fixtures.
|
|
The latter is built on top of ServiceClients and it adds aliases and a few custom
|
|
configurations to it.
|