mirror of
https://github.com/serengil/deepface.git
synced 2025-06-06 19:45:21 +00:00
add comment for version test
This commit is contained in:
parent
5230943de3
commit
ac6df8a963
@ -1,5 +1,8 @@
|
||||
import json
|
||||
from deepface import DeepFace
|
||||
from deepface.commons.logger import Logger
|
||||
|
||||
logger = Logger("tests/test_version.py")
|
||||
|
||||
|
||||
def test_version():
|
||||
@ -7,3 +10,4 @@ def test_version():
|
||||
package_info = json.load(f)
|
||||
|
||||
assert DeepFace.__version__ == package_info["version"]
|
||||
logger.info("✅ versions are matching in both package_info.json and deepface/__init__.py")
|
||||
|
Loading…
x
Reference in New Issue
Block a user