Skip to content

Commit cf2a52c

Browse files
committed
Added a simple import test
1 parent 6c10e09 commit cf2a52c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyCHX/tests/test_simpleimport.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
def test_import():
2+
"Check that the main pyCHX imports work"
3+
from pyCHX.chx_packages import *

0 commit comments

Comments
 (0)