commit
65342db7a4
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue