You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 app_test directory execute: python -m unitttest discover -s . -p "*test.py"