Skip to content

Commit

Permalink
Merge branch 'master' into fix-core-unit-memory-case
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 authored Jun 12, 2024
2 parents 5a43445 + c83d5d5 commit 58d247c
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 58d247c

Please sign in to comment.