Files
python-cryptbase/tests/test_cryptbase.py

7 lines
81 B
Python
Raw Normal View History

2021-10-08 16:42:25 +02:00
2021-10-08 23:28:42 +02:00
import cryptbase
2021-10-08 16:42:25 +02:00
def test_main():
2021-10-08 23:28:42 +02:00
assert cryptbase.__version__ == '0.0.0'