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
« prev ^ index » next coverage.py v7.7.1, created at 2025-07-14 00:18 +0000
1import pytest
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.
8 This test triggers a parametrized fixture which results in
9 all gpw files of the gpw_files fixture being accessed.
11 See the all_gpw_files fixture."""