Why do error messages not match? And aren't meaningful? #20553
-
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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
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
?