Added first part of error msg fixing to python.py file
This commit is contained in:
parent
ababe237fd
commit
ac15d1ec1d
|
@ -2,7 +2,7 @@ import pytest
|
|||
|
||||
|
||||
|
||||
@pytest.mark.parametrize("arg1", "arg2", [(1, 1)])
|
||||
@pytest.mark.parametrize("arg1, arg2", [(1, 1)])
|
||||
|
||||
def test_parametrization(arg1, arg2):
|
||||
assert arg1 == arg2
|
||||
|
|
Loading…
Reference in New Issue