You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smart-top/test/TestML.py

61 lines
1.5 KiB
Python

from utils import transport
8 years ago
def test_Learn(self):
ref = CONFIG['store']['class']['read']
p = CONFIG['store']['args']
greader = factory.instance(type=ref,args=p)
data = greader.read()
data = data['apps']