changed the fixture for spam function

This commit is contained in:
erjan 2024-04-13 01:02:12 +05:00
parent 089116bdff
commit f45f99be1e
2 changed files with 2 additions and 0 deletions

View File

@ -141,6 +141,7 @@ Eric Yuan
Erik Aronesty
Erik Hasse
Erik M. Bray
Erjan Kenjegalee
Evan Kepner
Evgeny Seliverstov
Fabian Sturm

View File

@ -4,6 +4,7 @@ import pytest
@pytest.fixture
def spam():
print("function spam!")
return "spam"