ManishIBM
Results
3
comments of
ManishIBM
I also need this functionality
> Is there any workaround to solve this for the time being? you can use hook in conftest.py, following is the code sample: def pytest_collection_modifyitems(items, config): deselect_tcs = [] selected_tcs...
one basic question(sorry if it's not right place): Can we override error to scan yaml file?