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

Improve local testing #1245

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

JakNowy
Copy link

@JakNowy JakNowy commented Jun 28, 2024

I wanted to pass a specific test to be run with pytest. Initially I came with modifying test.sh script so it accepts additional parameter. Then noticed it's already supported in tests-start.sh.

This PR therefore updates the backend README.md, advising you to run more flexible tests-start.sh which calls the other under the hood. Now that a single test can be run (useful in development), I'm also enabling --no-coverage flag for skipping coverage calculation during development. Additional --message argument is being introduced to ensure alignment with CI coverage message.

@JakNowy JakNowy force-pushed the feature/allow-running-specific-test branch from 5e431f7 to 1bf78d5 Compare June 28, 2024 16:15
@JakNowy JakNowy force-pushed the feature/allow-running-specific-test branch from 1bf78d5 to a4833d3 Compare June 28, 2024 16:16
@JakNowy JakNowy changed the title add optional test path argument to script Clarify testing documentation Jun 28, 2024
@JakNowy JakNowy changed the title Clarify testing documentation Clarify local testing documentation Jun 28, 2024
@JakNowy JakNowy changed the title Clarify local testing documentation Improve local testing Jun 28, 2024
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.

None yet

1 participant