Skip to content

Commit

Permalink
Partial cleanup of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benrich37 committed Dec 4, 2024
1 parent 01f6b52 commit b32127a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/io/jdftx/inputs_test_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""Shared test utilities for JDFTx input files.
This module contains shared testing functions and example data + known values for JDFTx input files.
This module will be combined with shared_test_utils.py upon final implementation.
"""

from __future__ import annotations

from pathlib import Path
Expand Down
5 changes: 5 additions & 0 deletions tests/io/jdftx/shared_test_utils.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
"""Test utilities for JDFTx tests shared between inputs and outputs parts.
This module will inherit everything from inputs_test_utils.py and outputs_test_utils.py upon final implementation.
"""

from __future__ import annotations

from pathlib import Path
Expand Down

0 comments on commit b32127a

Please sign in to comment.