Skip to content

Commit

Permalink
added test skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
timtreis committed Oct 2, 2024
1 parent 39dacfa commit be326b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/spatialdata_db/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
from importlib.metadata import version

__version__ = version("spatialdata")
5 changes: 5 additions & 0 deletions tests/test_basic.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import spatialdata_db


def test_package_has_version():
assert spatialdata_db.__version__ is not None

0 comments on commit be326b5

Please sign in to comment.