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

test: split up unit and integ tests #1029

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Conversation

childish-sambino
Copy link
Contributor

No description provided.


test-integ: test
. venv/bin/activate; coverage run -m unittest discover
. venv/bin/activate; coverage run -m unittest discover -s test/integ
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does test-integ also run the unit tests? Shouldn't it only depend on test-install?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thought it would be nice to run both since the unit tests are pretty quick, plus the docker-test workflow calls make test-integ so it will run the unit tests too.

@childish-sambino childish-sambino merged commit 1dcc378 into main Dec 14, 2021
@childish-sambino childish-sambino deleted the split-unit-integ-tests branch December 14, 2021 15:02
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.

2 participants