============================================== warnings summary ==============================================
test_mark.py:11
F:pytest_studytest_casetest_etest_mark.py:11: PytestUnknownMarkWarning: Unknown pytest.mark.login - is th
is a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/s
table/mark.html
@pytest.mark.login
test_mark.py:15
F:pytest_studytest_casetest_etest_mark.py:15: PytestUnknownMarkWarning: Unknown pytest.mark.case_a - is t
his a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/
stable/mark.html
@pytest.mark.case_a
test_mark.py:19
F:pytest_studytest_casetest_etest_mark.py:19: PytestUnknownMarkWarning: Unknown pytest.mark.case_b - is t
his a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/
stable/mark.html
@pytest.mark.case_b
test_mark.py:23
F:pytest_studytest_casetest_etest_mark.py:23: PytestUnknownMarkWarning: Unknown pytest.mark.quit - is thi
s a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/st
able/mark.html
@pytest.mark.quit
-- Docs: https://docs.pytest.org/en/stable/warnings.html
================================ 3 passed, 1 deselected, 4 warnings in 0.03s =================================