forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
Description
Testing #24156
I had this test:
@pytest.mark.parametrize("num", range(1, 10))
def test_num(num):
if False:
time.sleep(0.3)
assert True
time.sleep(0.3)
assert TrueAnd ran the tests (from the https://github.com/eleanorjboyd/inc_dec_example_repo/blob/main/inc_dec_example_test_suite/test_unit_and_pytest_combo.py repo) and the branch was colored as covered:
Metadata
Metadata
Assignees
Labels
area-testingbugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bug
