5 lines
86 B
Python
5 lines
86 B
Python
def test_package_imports():
|
|
import agent
|
|
|
|
assert agent.__version__ == "0.1.0"
|