11
tests/python-gpu/test_gpu_demos.py
Normal file
11
tests/python-gpu/test_gpu_demos.py
Normal file
@@ -0,0 +1,11 @@
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
sys.path.append("tests/python")
|
||||
import test_demos as td # noqa
|
||||
|
||||
|
||||
def test_data_iterator():
|
||||
script = os.path.join(td.PYTHON_DEMO_DIR, 'data_iterator.py')
|
||||
cmd = ['python', script]
|
||||
subprocess.check_call(cmd)
|
||||
Reference in New Issue
Block a user