Skip to content

Commit

Permalink
#1 Add test for package's metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
astropenguin committed Oct 7, 2020
1 parent b0be64a commit c052b7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Empty file added tests/__init__.py
Empty file.
9 changes: 9 additions & 0 deletions tests/test_metadata.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import simpleatm


def test_author():
assert simpleatm.__author__ == "Akio Taniguchi"


def test_version():
assert simpleatm.__version__ == "0.1.0"

0 comments on commit c052b7b

Please # to comment.