Coverage for biobb_haddock/test/unitests/test_haddock/test_sele_top.py: 100%

11 statements  

« 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.sele_top import sele_top 

4 

5 

6class TestSeleTop(): 

7 def setup_class(self): 

8 fx.test_setup(self, 'sele_top') 

9 

10 def teardown_class(self): 

11 pass 

12 # fx.test_teardown(self) 

13 

14 def test_sele_top(self): 

15 sele_top(properties=self.properties, **self.paths) 

16 assert fx.not_empty(self.paths['output_selection_zip_path']) 

17 assert fx.not_empty(self.paths['output_haddock_wf_data']) 

18 # assert fx.equal(self.paths['output_selection_zip_path'], self.paths['ref_output_selection_zip_path'])