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

[BD-18] Standardize the make test targets #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emZubair
Copy link

Standardize the make test targets

Added target for test & clean

Packages added

  • pytest-cov

@emZubair emZubair force-pushed the zubair/EDE-684_standarize_make_test_target branch from bb4afa3 to fee3516 Compare July 17, 2020 13:33
Makefile Outdated
test-python: clean ## run tests using pytest and generate coverage report
pytest

test: test-python ## run tests

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zubair-arbi this repo has Javascript tests so it should have test-js make target and then in test target we should invoke both python and js tests

@emZubair emZubair force-pushed the zubair/EDE-684_standarize_make_test_target branch from fee3516 to 95c4ade Compare July 20, 2020 15:43
@emZubair emZubair force-pushed the zubair/EDE-684_standarize_make_test_target branch from 95c4ade to 0ae8f04 Compare July 21, 2020 10:47
@emZubair emZubair force-pushed the zubair/EDE-684_standarize_make_test_target branch from 0ae8f04 to 09a1cd9 Compare July 21, 2020 10:53
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

Successfully merging this pull request may close these issues.

3 participants