From c5434c199127da2ccfda2e42e1aa512d79526b38 Mon Sep 17 00:00:00 2001 From: Pat Nadolny Date: Mon, 10 Jul 2023 09:56:59 -0400 Subject: [PATCH] docs: Update testing.md (#1818) * Update testing.md * Apply suggestions from code review --------- Co-authored-by: Edgar R. M --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 5f2e309a8..bc2dca8c7 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -68,7 +68,7 @@ StandardTargetTests = get_target_test_class( class TestTargetExample(StandardTargetTests): """Standard Target Tests.""" - @pytest.fixture(scope="class") + @pytest.fixture() def resource(self): """Generic external resource.