Description
Debugging 1 or more tests via the vscode test menu (screenshot below) also seems to trigger all of the system tests to run afterwards. I've noticed this in my and @abbiemery's environments.
Steps To Reproduce
Steps to reproduce the behavior:
- Go to the test menu in vscode, make sure it is a passing test and that blueapi is not running
- Debug the test (see screenshot above)
- The test should pass, then the system tests should run, try to connect to blueapi and fail
- The exception thrown when failing to connect should halt the debugger
Acceptance Criteria
- Any test in the codebase can be run in debug mode without triggering any other test