forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
area-testinginfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
Testing #24156
I had this test:
import pytest
import time
@pytest.mark.parametrize("num", range(1, 10))
# this is unclear
def test_num(num):
time.sleep(0.3)
assert True
# nd even more
And the coverage without empty lines is at 85.71% but now at 66.67%:
Metadata
Metadata
Assignees
Labels
area-testinginfo-neededIssue requires more information from posterIssue requires more information from postertriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
