We get warnings every time the unit tests run because we have unregistered marks. This issue is to register the custom marks in pytest.ini file. Avoiding unnecessary warnings helps to identify real warnings and errors.
Website to learn how to register: https://docs.pytest.org/en/latest/mark.html
We get warnings every time the unit tests run because we have unregistered marks. This issue is to register the custom marks in
pytest.ini
file. Avoiding unnecessary warnings helps to identify real warnings and errors. Website to learn how to register: https://docs.pytest.org/en/latest/mark.htmlFile:
pytest.ini