We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4542689 commit c83d5d5Copy full SHA for c83d5d5
pymatgen/util/testing/__init__.py
@@ -1,8 +1,8 @@
1
-"""Common test support for pymatgen test scripts.
+"""This module implements testing utilities for materials science codes.
2
3
-This single module should provide all the common functionality for pymatgen
4
-tests in a single location, so that test scripts can just import it and work
5
-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.
6
"""
7
8
from __future__ import annotations
0 commit comments