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