Skip to content

Commit

Permalink
added tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpark1013 committed Nov 7, 2019
1 parent 1b9ba7e commit 1793960
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Empty file added teensypower/tests/__init__.py
Empty file.
4 changes: 4 additions & 0 deletions teensypower/tests/test_teensypower.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import teensypower
def test_project_import():
teensypower.__version__
teensypower.TeensyPower #namesspace test (check if name class exists)

0 comments on commit 1793960

Please sign in to comment.