Skip to content

Commit

Permalink
test version
Browse files Browse the repository at this point in the history
  • Loading branch information
eegli committed Jan 30, 2025
1 parent b9acdbe commit 61f8f70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/integration/install/test_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import re

import mblm


def test_version():
version_re_pattern = re.compile(r"\d\.\d\.\d")
assert version_re_pattern.match(mblm.__version__)

0 comments on commit 61f8f70

Please sign in to comment.