parent
6663cb054c
commit
c5fa1d1c3e
|
@ -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