From bb85191d84f85552879a6ac43e3a20a21d8019cd Mon Sep 17 00:00:00 2001
From: Valentin Volkl <valentin.volkl@cern.ch>
Date: Mon, 2 Aug 2021 15:43:06 +0200
Subject: [PATCH] [test] remove boilerplate in test_import _ddg4

---
 DDTest/python/test_import_ddg4.py | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/DDTest/python/test_import_ddg4.py b/DDTest/python/test_import_ddg4.py
index da77c50f6..e5540fb4b 100644
--- a/DDTest/python/test_import_ddg4.py
+++ b/DDTest/python/test_import_ddg4.py
@@ -8,15 +8,5 @@ from __future__ import absolute_import
 import pytest
 from test_import import test_module
 
-
-parametrize = pytest.mark.parametrize
-
-
-moduleNames = [
-    'DDG4',
-    ]
-
-
-@parametrize('moduleName', moduleNames)
-def test_module_ddg4(moduleName):
+def test_module_ddg4():
     test_module('DDG4')
-- 
GitLab