Warnings in Python Testing With Pytest Chapter 2

Great of you to point this out.
Yes, I recommend adding the following to pytest.ini:

[pytest] markers = smoke get 
3 Likes