Files
firefly/agent/tests/test_smoke.py
T

5 lines
86 B
Python

def test_package_imports():
import agent
assert agent.__version__ == "0.1.0"