Skip to content

Commit f53c130

Browse files
committed
fixing test namings
1 parent 18b537a commit f53c130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quaddtype/tests/test.py renamed to quaddtype/tests/test_arr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
from quaddtype import QuadPrecDType, QuadPrecision
55

66

7-
def test():
7+
def test_dtype():
88
a = QuadPrecision("1.63")
99
assert f"{np.array([a], dtype=QuadPrecDType).dtype}" == "QuadPrecDType()"

0 commit comments

Comments
 (0)