- [pytest]
- filterwarnings =
- ignore::DeprecationWarning
- addopts = -v -s
- markers =
- uat:1
- smok:2
- log_cli=1
- xfail_strict = True
filterwarnings =
ignore::DeprecationWarning
这个的功能就是
- test_login.py::Test_login::test_login_correct_password PASSED
- ============================================================================ warnings summary ===============================================&