From 055f08a840b7956d160c86800776a633ab7f670b Mon Sep 17 00:00:00 2001 From: Pat Nadolny Date: Fri, 7 Jul 2023 13:15:41 -0400 Subject: [PATCH 1/2] Update testing.md --- docs/testing.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 5f2e309a8..97a239f1d 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -68,7 +68,6 @@ StandardTargetTests = get_target_test_class( class TestTargetExample(StandardTargetTests): """Standard Target Tests.""" - @pytest.fixture(scope="class") def resource(self): """Generic external resource. From a63b82c0adbd828829f1d001e757b0af195a33de Mon Sep 17 00:00:00 2001 From: Pat Nadolny Date: Mon, 10 Jul 2023 09:22:18 -0400 Subject: [PATCH 2/2] Apply suggestions from code review --- docs/testing.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/testing.md b/docs/testing.md index 97a239f1d..bc2dca8c7 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -68,6 +68,7 @@ StandardTargetTests = get_target_test_class( class TestTargetExample(StandardTargetTests): """Standard Target Tests.""" + @pytest.fixture() def resource(self): """Generic external resource.