Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add make target to run specified test cases #73

Open
takahi-i opened this issue Dec 17, 2018 · 0 comments
Open

Add make target to run specified test cases #73

takahi-i opened this issue Dec 17, 2018 · 0 comments

Comments

@takahi-i
Copy link
Member

takahi-i commented Dec 17, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant