We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82a9223 commit 93838d3Copy full SHA for 93838d3
tests/test_package.py
@@ -0,0 +1,9 @@
1
+from __future__ import annotations
2
+
3
+import importlib.metadata
4
5
+import datajoint as m
6
7
8
+def test_version():
9
+ assert importlib.metadata.version("datajoint") == m.__version__
0 commit comments