-
Notifications
You must be signed in to change notification settings - Fork 876
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
PymatgenTest.TEST_FILES_DIR
attribute into module scope (#3227)
* fix IonEntry doc str + type hints * move TEST_FILES_DIR attr from PymatgenTest into module scope * PymatgenTest.TEST_FILES_DIR -> TEST_FILES_DIR * delete TEST_FILES_DIR conftest fixture * fix AttributeError: type object 'TestChgcar' has no attribute 'TEST_FILES_DIR' tests/io/vasp/test_outputs.py:1444 * os.path.join(TEST_FILES_DIR, "...") -> f"{TEST_FILES_DIR}/..."
- Loading branch information
Showing
143 changed files
with
1,031 additions
and
1,186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.