Skip to content

Commit fa48451

Browse files
committed
Add basic import test
1 parent 8d733c5 commit fa48451

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_import.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def test_import():
2+
import pathsim_vehicle
3+
assert pathsim_vehicle.__version__

0 commit comments

Comments
 (0)