Skip to content

Commit 8292dc6

Browse files
committed
add test comment
DCO Remediation Commit for d33bs <[email protected]> I, d33bs <[email protected]>, hereby add my Signed-off-by to this commit: 4d9acd3 Signed-off-by: d33bs <[email protected]>
1 parent ebb4052 commit 8292dc6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vortex-python/test/test_version.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99

1010

1111
def test_version_matches_metadata():
12+
"""
13+
Tests that we see the correct __version__
14+
value exported by the package.
15+
"""
1216
try:
1317
expected = importlib.metadata.version("vortex-data")
1418
except importlib.metadata.PackageNotFoundError:

0 commit comments

Comments
 (0)