Coverage for biobb_haddock/test/unitests/test_haddock/test_haddock3_run.py: 100%
10 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-03 15:55 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-09-03 15:55 +0000
1# type: ignore
2from biobb_common.tools import test_fixtures as fx
3from biobb_haddock.haddock.haddock3_run import haddock3_run
6class TestHaddock3Run():
7 def setup_class(self):
8 fx.test_setup(self, 'haddock3_run')
10 def teardown_class(self):
11 pass
12 # fx.test_teardown(self)
14 def test_haddock3_run(self):
15 haddock3_run(properties=self.properties, **self.paths)
16 assert fx.not_empty(self.paths['output_haddock_wf_data'])
17 # assert fx.equal(self.paths['output_evaluation_zip_path'], self.paths['ref_output_evaluation_zip_path'])