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.