Skip to content

Commit 2d01597

Browse files
committed
[CI/CD](TESTS): Ignoring typing in test files
1 parent f8696f7 commit 2d01597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

biobb_godmd/test/unitests/test_godmd/test_godmd_run.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ def setup_class(self):
88
fx.test_setup(self, 'godmd_run')
99

1010
def teardown_class(self):
11-
fx.test_teardown(self)
12-
# pass
11+
# fx.test_teardown(self)
12+
pass
1313

1414
def test_godmd_run(self):
1515
godmd_run(properties=self.properties, **self.paths)

0 commit comments

Comments
 (0)