Spaces:
Sleeping
Sleeping
File size: 192 Bytes
36ccd32 |
1 2 3 4 5 6 7 8 9 |
"""Package level tests"""
from deep_barcode_reader import __version__
def test_version() -> None:
"""Unit test for checking the version of the code"""
assert __version__ == "0.3.0"
|