Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
ad
  • Loading branch information
baseplate-admin committed May 12, 2024
1 parent c46a0ef commit 60f12ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/version/test_version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import resvg_py


def test_version_is_string():
assert isinstance(resvg_py.__version__,str)

0 comments on commit 60f12ce

Please sign in to comment.