예제 #1
0
from nanolp.test import cases
cases.run(cases.TestExamplesDirViaHTTP(modpath=__file__))
예제 #2
0
from nanolp.test import cases
cases.run(cases.TestDocStrings())
예제 #3
0
파일: testParser.py 프로젝트: kalkin/nanolp
from nanolp.test import cases

cases.run(cases.TestExamplesDirViaFTP(modpath=__file__, auth=""))
예제 #4
0
파일: testParser.py 프로젝트: kalkin/nanolp
from nanolp.test import cases
cases.run(cases.TestExamplesDirViaFTP(modpath=__file__, auth=''))