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

tach test should exit with zero when no tests run #191

Conversation

emdoyle
Copy link
Member

@emdoyle emdoyle commented Jul 18, 2024

Fixes #171

Reference from pytest: pytest-dev/pytest#817

This simply checks if the exit code from pytest indicates no tests were collected, and changes our exit code to success.

@emdoyle emdoyle merged commit a9ebc17 into main Jul 18, 2024
7 checks passed
@emdoyle emdoyle deleted the evan/ga-199-tach-test-should-return-exit-code-zero-when-no-tests-run branch July 18, 2024 15:39
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.

'tach test' should return exit code zero when no tests run
1 participant