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

Run Test lens for nose runs all tests #1473

Closed
brettcannon opened this issue Apr 24, 2018 · 0 comments · Fixed by #1499
Closed

Run Test lens for nose runs all tests #1473

brettcannon opened this issue Apr 24, 2018 · 0 comments · Fixed by #1499
Labels
area-testing bug Issue identified by VS Code Team member as probable bug
Milestone

Comments

@brettcannon
Copy link
Member

See #1472 as this manifests the same way.

Sample code:

def test_passing():
    assert 42 == 42

def test_failure():
    assert 42 == -13
@brettcannon brettcannon added bug Issue identified by VS Code Team member as probable bug needs PR area-testing labels Apr 24, 2018
@brettcannon brettcannon added this to the April 2018 milestone Apr 24, 2018
@brettcannon brettcannon changed the title Run Test lens for nose runs all tests Run Test lens for nose runs all tests Apr 24, 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-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.

1 participant