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 Hasse
|
||||
Erik M. Bray
|
||||
Erjan Kenjegalee
|
||||
Evan Kepner
|
||||
Evgeny Seliverstov
|
||||
Fabian Sturm
|
||||
|
|
|
@ -4,6 +4,7 @@ import pytest
|
|||
|
||||
@pytest.fixture
|
||||
def spam():
|
||||
print("function spam!")
|
||||
return "spam"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue