Skip to content

Commit 43ff933

Browse files
author
Shyue Ping Ong
committed
Add dummy test.
1 parent 960f506 commit 43ff933

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ isort.split-on-trailing-comma = false
7070

7171
[tool.ruff.per-file-ignores]
7272
"__init__.py" = ["F401"]
73-
"*/tests/*" = ["D"]
73+
"tests/*" = ["D"]
7474
"tasks.py" = ["D"]
7575
"pymatgen/analysis/*" = ["D"]
7676
"pymatgen/vis/*" = ["D"]

tests/test_package.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
from __future__ import annotations
2+
3+
4+
def test_dummy():
5+
assert True

0 commit comments

Comments
 (0)