You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ajaysarath
changed the title
SyntaxError: too many statically nested blocks -Error displayed while using static loop more than 19 in Test script
SyntaxError: too many statically nested blocks -Error displayed while using static loop more than 19 in Test script .
Dec 1, 2020
List= [0.01, 0.02, 0.03, 0.04, 0.05, 0.06, 0.07, 0.08, 0.09, 0.1, 0.12, 0.14, 0.15, 0.16, 0.18, 0.2, 0.25, 0.3,
0.35,
0.4, 0.45, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.2, 1.4, 1.5, 1.6, 1.8, 2.0]
@fixture(params=List)
def st(request):
return request.param
@mark.fixture_sample1
def test(st):
print(st)
Cmd:
pytest -s -v -m fixture_sample1 --html=report/report.html --soft-asserts
The text was updated successfully, but these errors were encountered: