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

VS Code: We no longer need to pass --no-cov to pytest #83

Merged
merged 1 commit into from
May 16, 2024

Conversation

alexdewar
Copy link
Contributor

It seems the upstream issue that required this workaround has been resolved, so we can drop it.

More annoyingly, I've found that we've copied this file around between other projects and if pytest-cov isn't installed, it means that passing the --no-cov argument will just break it so you can't run your tests from VS Code. At least now, hopefully we won't copy it around anymore!

It seems the upstream issue that required this workaround has been resolved, so we can drop it.

More annoyingly, I've found that we've copied this file around between other projects and if `pytest-cov` isn't installed, it means that passing the `--no-cov` argument will just break it so you can't run your tests from VS Code. At least now, hopefully we won't copy it around anymore!
@alexdewar alexdewar requested a review from dalonsoa May 15, 2024 15:52
@alexdewar alexdewar merged commit 29c1cda into main May 16, 2024
10 checks passed
@alexdewar alexdewar deleted the vscode_nocov_not_needed branch May 16, 2024 10:11
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