Skip to content
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

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

Closed
DonJayamanne opened this issue Mar 12, 2018 · 0 comments · Fixed by #1069
Assignees
Labels
area-debugging area-testing bug Issue identified by VS Code Team member as probable bug

Comments

@DonJayamanne
Copy link

DonJayamanne commented Mar 12, 2018

  • 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

@DonJayamanne DonJayamanne self-assigned this Mar 12, 2018
@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug needs PR area-testing area-debugging labels Mar 12, 2018
@DonJayamanne DonJayamanne changed the title Unable to debug or run tests after first debug (message 'Running Tests' not going away) Unable to debug or run tests after first debug (message 'Running Tests' displayed in status bar) Mar 13, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jul 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-debugging area-testing bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants