Skip to content

Commit b287c8e

Browse files
committed
#16 Add test_author function
1 parent 4d1e4db commit b287c8e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test_package.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# dependencies
2-
from xarray_custom import __version__
2+
from xarray_custom import __author__, __version__
33

44

55
# test functions
66
def test_version():
77
assert __version__ == "0.6.0"
8+
9+
10+
def test_author():
11+
assert __author__ == "Akio Taniguchi"

0 commit comments

Comments
 (0)