Why do error messages not match? And aren't meaningful? #20553
Answered
by
brettcannon
tim-rohrer
asked this question in
Q&A
|
VS Code Version: 1.74.3 I'm not sure I have a full pattern yet of what is happening, but if I run tests from the beaker, the last test doesn't run and Output shows: However, the test doesn't show green or red, just a plain grey circle. If I then go to the terminal and run So yeah, there is a problem with the test but the test beaker doesn't provide meaningful data, or even explicitly fail. Why is this? |
Answered by
brettcannon
Jan 24, 2023
Replies: 1 comment 3 replies
|
Do you use any pytest plug-ins that change the output? Or are you explicitly printing to stdout as part of your test run? And is your config for running tests in VS Code the exact same as |
3 replies
Answer selected by
tim-rohrer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you use any pytest plug-ins that change the output? Or are you explicitly printing to stdout as part of your test run? And is your config for running tests in VS Code the exact same as
pytest tests?