* Rewrite vultr unittest to pytest * Fix tests * Fix annotations * Don't check setup_platform return value Co-authored-by: epenet <epenet@users.noreply.github.com>
3 lines
94 B
Python
3 lines
94 B
Python
"""Constants for the Vultr tests."""
|
|
|
|
VALID_CONFIG = {"vultr": {"api_key": "ABCDEFG1234567"}}
|