Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 256 Bytes

Running tests

python3 -m unittest -v tests

Run tests with detailed output:

   export KUBEPLUS_TEST_OUTPUT=yes
   python3 -m unittest -v tests

Run individual test:

python3 -m unittest -v tests.TestKubePlus.<test_name>