Skip to content
This repository has been archived by the owner on Dec 22, 2024. It is now read-only.

Commit

Permalink
feat: add tests for uacp/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 4, 2024
1 parent 2c53e44 commit f485709
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import pytest
from uacp import get_version, version

def test_get_version():
assert isinstance(get_version(), str), "get_version should return a string"

def test_version():
assert isinstance(version, str), "version should be a string"

0 comments on commit f485709

Please sign in to comment.