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

Stop functions from printing during unit tests #40

Open
amhanson9 opened this issue May 26, 2023 · 0 comments
Open

Stop functions from printing during unit tests #40

amhanson9 opened this issue May 26, 2023 · 0 comments

Comments

@amhanson9
Copy link
Contributor

Functions that print: check_aips(), check_config(), seed_data(), verify_warc_fixity() - from md5deep, warc_download.py

Description: During a unit test in PyCharm, anything the function prints displays red in the terminal, so it initially looks like the test may have failed even if it passed. Is there a way to keep a function from printing during a test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant