Skip to content

Commit 6cfdb34

Browse files
committed
replace test_import with corrected test_imports
1 parent 95e71ea commit 6cfdb34

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/batchMode/test_runBatchExamples.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ def check_batchRunner_example( exampleName, frameFilePattern=None ):
5151
def test_authToken():
5252
assert os.getenv('NCS_AUTH_TOKEN'), 'env var NCS_AUTH_TOKEN not found'
5353

54-
def test_import():
55-
import ncs
54+
def test_imports():
55+
import ncscli
56+
import ncscli.batchRunner
5657

5758
def test_path():
5859
subprocess.check_call( 'ncs.py --version', shell=True )

0 commit comments

Comments
 (0)