mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
feat(frontend-python): add version to fhe module
This commit is contained in:
13
frontends/concrete-python/tests/test_version.py
Normal file
13
frontends/concrete-python/tests/test_version.py
Normal file
@@ -0,0 +1,13 @@
|
||||
"""
|
||||
Tests of `version` module.
|
||||
"""
|
||||
|
||||
from concrete import fhe
|
||||
|
||||
|
||||
def test_version_exists():
|
||||
"""
|
||||
Test `concrete.fhe` has `__version__`.
|
||||
"""
|
||||
|
||||
assert hasattr(fhe, "__version__")
|
||||
Reference in New Issue
Block a user