Skip to content

Unable to debug or run tests after first debug (message 'Running Tests' displayed in status bar) #1043

@DonJayamanne

Description

@DonJayamanne
  • Create workspace
  • Create a folder with tests directory
  • Create a file named tests\test_one.py with the following content:
import unittest
import sys

class test_one(unittest.TestCase):
    def test_this(self):
        print("ONE")
        self.assertTrue(True)
  • Configure tests using pytest
  • Run a test (works)
  • Debug a test (works, however the message Running Tests will not go away)

Repo https://github.com/DonJayamanne/testingRepo

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions