Deep-Package-Detection / tests /test_deep_package_detection.py
afshin-dini's picture
Update the test
a36d904
raw
history blame contribute delete
195 Bytes
"""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"