parent
6663cb054c
commit
c5fa1d1c3e
|
@ -1179,6 +1179,8 @@ Given the tests file structure is:
|
||||||
|
|
||||||
conftest.py
|
conftest.py
|
||||||
# content of tests/conftest.py
|
# content of tests/conftest.py
|
||||||
|
import pytest
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def username():
|
def username():
|
||||||
return 'username'
|
return 'username'
|
||||||
|
|
Loading…
Reference in New Issue