The attempt of creating AI for CTF challenge of AiSandbox.
- Execute particular test case from app_test directory
python test_case_file.py
- Run all or selected test cases using standard python unittest discover command.
Eg. From ctf_test directory execute:
python -m unittest discover -s . -p "*test.py"