Skip to content

Commit

Permalink
add place holder
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYang59 committed Nov 30, 2024
1 parent 31f1e1f commit de554a9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/util/test_testing.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from __future__ import annotations

from pymatgen.util.testing import PymatgenTest


class TestPymatgenTestTestCase(PymatgenTest):
"""Baseline inspector for migration side effects.
This is not a functional test but a utility to verify behaviors specific to
unittest.TestCase. It ensures we're aware the side effects from the migration.
"""

0 comments on commit de554a9

Please sign in to comment.