Skip to content

Commit fd1a4c7

Browse files
committed
add testcase test_shellcmd_module_import
1 parent 3b061ac commit fd1a4c7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

ipyparallel/tests/test_shellcmd.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@
128128
]
129129

130130

131+
def test_shellcmd_module_import():
132+
import ipyparallel.shellcmd
133+
134+
assert callable(ipyparallel.shellcmd.main)
135+
136+
131137
@pytest.fixture
132138
def shellcmd_test_cmd():
133139
"""returns a command that runs for 5 seconds"""

0 commit comments

Comments
 (0)