test params shown with names in pytest log
This commit is contained in:
parent
53eee983c4
commit
0fc3db2fae
@ -68,8 +68,8 @@ def mock_make_load_data():
|
|||||||
return load_data
|
return load_data
|
||||||
|
|
||||||
|
|
||||||
# def pytest_make_parametrize_id(config, val, argname):
|
def pytest_make_parametrize_id(config, val, argname):
|
||||||
# return f"\n\t{argname}={val}\n"
|
return f"\n\t{argname}={val}\n"
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(params=["minio", "aws"], scope="session")
|
@pytest.fixture(params=["minio", "aws"], scope="session")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user