Skip to content

Commit

Permalink
Improve doc of pymatgen.util.testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyuep committed Jun 11, 2024
1 parent 4542689 commit c83d5d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pymatgen/util/testing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Common test support for pymatgen test scripts.
"""This module implements testing utilities for materials science codes.
This single module should provide all the common functionality for pymatgen
tests in a single location, so that test scripts can just import it and work
right away.
While the primary use is within pymatgen, the functionality is meant to be useful for external materials science
codes as well. For instance, obtaining example crystal structures to perform tests, specialized assert methods for
materials science, etc.
"""

from __future__ import annotations
Expand Down

0 comments on commit c83d5d5

Please sign in to comment.