waft.framework_unit_tests.test_dashboard_actions.test_cf_dashboard_client module¶
- class waft.framework_unit_tests.test_dashboard_actions.test_cf_dashboard_client.TestCfDashboardClient(methodName='runTest')¶
Bases:
TestCaseTest basic operations for Cloudflare dashboard client
- test_init_with_email_env_variables()¶
Test initialization with environment variables.
- test_init_with_token_env_variables()¶
Test initialization with environment variables.
- test_init_without_api_key()¶
Test initialization without API key should not initialize Cloudflare client.
- test_init_without_email()¶
Test initialization with API key but without email should not initialize client.
- test_init_without_env_variables()¶
Test initialization without any environment variables not create Cloudflare client.