thank you. Testing is the part of my learning journey that I wanted to tackle next, so this series was timely. And the missing import was pretty easy to figure out, but I didn't know enough about Pytest to know why I was getting an error about fixture being applied more than once to the same function
thank you. Testing is the part of my learning journey that I wanted to tackle next, so this series was timely. And the missing import was pretty easy to figure out, but I didn't know enough about Pytest to know why I was getting an error about fixture being applied more than once to the same function
Do you mean an another consequence of an error in the article or the fact your used @pytest.fixture on 2 functions with the same name?