From f45f99be1e71b180942b30574858e880f6319bfa Mon Sep 17 00:00:00 2001 From: erjan Date: Sat, 13 Apr 2024 01:02:12 +0500 Subject: [PATCH] changed the fixture for spam function --- AUTHORS | 1 + .../fixtures/fill_fixtures/test_extend_fixture_module_class.py | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index cc054bfd9..9f5279856 100644 --- a/AUTHORS +++ b/AUTHORS @@ -141,6 +141,7 @@ Eric Yuan Erik Aronesty Erik Hasse Erik M. Bray +Erjan Kenjegalee Evan Kepner Evgeny Seliverstov Fabian Sturm diff --git a/testing/example_scripts/fixtures/fill_fixtures/test_extend_fixture_module_class.py b/testing/example_scripts/fixtures/fill_fixtures/test_extend_fixture_module_class.py index f78a57c32..b00995e0a 100644 --- a/testing/example_scripts/fixtures/fill_fixtures/test_extend_fixture_module_class.py +++ b/testing/example_scripts/fixtures/fill_fixtures/test_extend_fixture_module_class.py @@ -4,6 +4,7 @@ import pytest @pytest.fixture def spam(): + print("function spam!") return "spam"