changed the fixture for spam function
This commit is contained in:
parent
089116bdff
commit
f45f99be1e
1
AUTHORS
1
AUTHORS
|
@ -141,6 +141,7 @@ Eric Yuan
|
||||||
Erik Aronesty
|
Erik Aronesty
|
||||||
Erik Hasse
|
Erik Hasse
|
||||||
Erik M. Bray
|
Erik M. Bray
|
||||||
|
Erjan Kenjegalee
|
||||||
Evan Kepner
|
Evan Kepner
|
||||||
Evgeny Seliverstov
|
Evgeny Seliverstov
|
||||||
Fabian Sturm
|
Fabian Sturm
|
||||||
|
|
|
@ -4,6 +4,7 @@ import pytest
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def spam():
|
def spam():
|
||||||
|
print("function spam!")
|
||||||
return "spam"
|
return "spam"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue