Coverage for gpaw/test/test_generate_gpwfiles.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.7.1, created at 2025-07-14 00:18 +0000

1import pytest 

2 

3 

4@pytest.mark.generate_gpw_files 

5def test_generate_gpwfiles(all_gpw_files): 

6 """Dummy test which results in the creation of all gpw file fixtures. 

7 

8 This test triggers a parametrized fixture which results in 

9 all gpw files of the gpw_files fixture being accessed. 

10 

11 See the all_gpw_files fixture."""