diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index 23b32e9a7..ed9c11b2e 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -1179,6 +1179,8 @@ Given the tests file structure is: conftest.py # content of tests/conftest.py + import pytest + @pytest.fixture def username(): return 'username'