Add setting similar to python.testing.autoTestDiscoverOnSaveEnabled #441
jivko-chobanov
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
There is no auto run tests on save. The test discovery only compiles test files. If your test suite starts running as a side effect on compile then you should address that instead of disabling the discovery. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to disable either:
It's because it is constantly using my CPU and slowing down my workflow. I prefer to run tests in terminal (where I can Ctrl+click the file path in the stacktrace to open it).
I saw a similar setting in Python extension called - python.testing.autoTestDiscoverOnSaveEnabled.
Beta Was this translation helpful? Give feedback.
All reactions