chore(itam): just add this fucking thing cause vscode is a cunt and wont pick up the test correctly as its using an old value that does not exist even though the fucking code works directly from the console via pytest.
ref: #741 #692
This commit is contained in:
@ -189,7 +189,7 @@ def pytest_generate_tests(metafunc):
|
||||
|
||||
if type(item[1][key]) is type:
|
||||
|
||||
ids_name += '_' + getattr(item[1][key], '__name__', 'None').lower()
|
||||
ids_name += '_' + getattr(item[1][key], '__name__', 'err_generate_tests').lower()
|
||||
|
||||
else:
|
||||
|
||||
|
Reference in New Issue
Block a user