Skip to content

Commit

Permalink
add small test
Browse files Browse the repository at this point in the history
  • Loading branch information
dougbrn committed Nov 29, 2023
1 parent e7ad612 commit 5984bdd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/tape_tests/test_packaging.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import tape


def test_version():
"""Check to see that the version property returns something"""
assert tape.__version__ is not None

0 comments on commit 5984bdd

Please sign in to comment.