#Below are test_pytest_markers.py# content of test_server.pyimportpytest@pytest.mark.webtestdeftes
t_send_http():pass# perform some webtest test for your appdeftest_something_quick():passdeftest_an
other():passclassTestClass:deftest_method(self):pass