kubernetes.aio.config.exec_provider_test module¶
- class kubernetes.aio.config.exec_provider_test.ExecProviderTest(methodName='runTest')¶
Bases:
IsolatedAsyncioTestCase- setUp()¶
Hook method for setting up the test fixture before exercising it.
- tearDown()¶
Hook method for deconstructing the test fixture after testing it.
- async test_error_code_returned()¶
- async test_mismatched_api_version()¶
- test_missing_input_keys()¶
- async test_missing_output_keys()¶
- async test_nonjson_output_returned()¶
- async test_ok_01()¶
- async test_ok_with_args()¶
- async test_ok_with_env()¶