diff --git a/tests/test_frontends.py b/tests/test_frontends.py index 1679b8e7c..ff6ce9d59 100644 --- a/tests/test_frontends.py +++ b/tests/test_frontends.py @@ -134,9 +134,7 @@ def test_check_alloc_opts(here, frontend): @pytest.mark.parametrize('frontend', available_frontends()) def test_associates(here, frontend): - """ - Test the use of associate to access and modify other items - """ + """Test the use of associate to access and modify other items""" fcode = """ module derived_types_mod @@ -255,9 +253,7 @@ def test_associates_deferred(frontend): @pytest.mark.parametrize('frontend', available_frontends()) def test_associates_expr(here, frontend): - """ - Verify that associates with expressions are supported - """ + """Verify that associates with expressions are supported""" fcode = """ subroutine associates_expr(in, out) implicit none @@ -296,9 +292,7 @@ def test_associates_expr(here, frontend): @pytest.mark.parametrize('frontend', available_frontends()) def test_enum(here, frontend): - """ - Verify that enums are represented correctly - """ + """Verify that enums are represented correctly""" # F2008, Note 4.67 fcode = """ subroutine test_enum (out)