-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Execute the current unittest file not executing all tests #4567
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
Comments
Please could you provide some sample code we can use to repro the issues at our end? |
You bet - run the tests in this repo. https://github.com/damonallison/python-examples The screenshots I posted were from this repo, so they should look familiar. Let me know if you're not able to repro it. Thanks! |
Awesome, I can replicate this at my end, thanks. |
I've run at this issue as well. I've created a file
And in the logs I can see that command line specifies the test to run.
By the log it looks like the file node has an incorrect |
@kondratyev-nv, FYI I plan on taking a look at your PR in the next few days. |
Thank you! I look forward to it. |
Validated, thanks again @kondratyev-nv |
@luabud, happy now? 😁️ |
Environment data
Expected behaviour
Run all unittests on file
Actual behaviour
Runs only the first unittest.
Steps to reproduce:
class Class(unittest.TestCase):
)Logs
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)Output from
Console
under theDeveloper Tools
panel (toggle Developer Tools on underHelp
; turn on source maps to make any tracebacks be useful by runningEnable source map support for extension debugging
)The text was updated successfully, but these errors were encountered: