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 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

View File

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