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
I would run only specified test cases. The following is the implementation.
export TARGET_TEST_CASE=tests.simple_application.TestApplication
run-specified-test-case: ## Run specified test case
$(PYTHON) -m unittest $(TARGET_TEST_CASE)
We run test this target with make run-specified-test case
The text was updated successfully, but these errors were encountered:
I would run only specified test cases. The following is the implementation.
We run test this target with
make run-specified-test case
The text was updated successfully, but these errors were encountered: