We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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-silent
Describe the bug Using the command poetry run task test-silent gives the following command
poetry run task test-silent
ERROR: usage: pytest [options] [file_or_dir] [file_or_dir] [...] pytest: error: unrecognized arguments: -n inifile: None rootdir: /home/caleb/Allegheny/CMP203/execexam
To Reproduce Steps to reproduce the behavior:
poetry run task test
Expected behavior Should run a silent pytest test
pytest
The text was updated successfully, but these errors were encountered:
hannahb09
No branches or pull requests
Describe the bug
Using the command
poetry run task test-silent
gives the following commandTo Reproduce
Steps to reproduce the behavior:
poetry run task test
Expected behavior
Should run a silent
pytest
testThe text was updated successfully, but these errors were encountered: