Skip to content

Commit

Permalink
Ensure __version__ exists
Browse files Browse the repository at this point in the history
  • Loading branch information
bobleesj committed Sep 21, 2024
1 parent 6ac9b0b commit ce35f9a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Empty file removed tests/__init__.py
Empty file.
9 changes: 9 additions & 0 deletions tests/test__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import pytest

import cifkit


@pytest.mark.now
def test_version():
assert cifkit.__version__
assert cifkit.__version__ != "0.0.0"

0 comments on commit ce35f9a

Please sign in to comment.