Exemplo n.º 1
0
import sys
import os
sys.path.append("../")
import testutils

testutils.setupRefDb()
testutils.run(testutils.refdb() + " testcase run Start.* -exit > bin/output.txt")

Exemplo n.º 2
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " version -exit > bin/output.txt")

Exemplo n.º 3
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " search title \"Hello\" -exit > bin/output.txt")

Exemplo n.º 4
0
import sys
import os
sys.path.append("../")
import testutils

testutils.setupRefDb()
testutils.run(testutils.refdb() +
              " testcase run Start.* -exit > bin/output.txt")
Exemplo n.º 5
0
import sys
import os

sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " help -exit > bin/output.txt")
Exemplo n.º 6
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(
    testutils.refdb() +
    " source ../../refdb/tests/SearchTitleTest.py -exit > bin/output.txt")
Exemplo n.º 7
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " search author \"Fred\" -exit > bin/output.txt")

Exemplo n.º 8
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " source ../../refdb/tests/SearchTitleTest.py -exit > bin/output.txt")

Exemplo n.º 9
0
import sys
import os
sys.path.append("../")
import testutils

testutils.setupRefDb()
testutils.run(testutils.refdb() + " testcase run -exit > bin/output.txt")

Exemplo n.º 10
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " testcase list -exit > bin/output.txt")

Exemplo n.º 11
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " help -exit > bin/output.txt")

Exemplo n.º 12
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " source ../../refdb/tests/SearchAuthorTest.py -exit > bin/output.txt")

Exemplo n.º 13
0
import sys
import os
sys.path.append("../")
import testutils

testutils.run(testutils.refdb() + " testcase list Start.* -exit > bin/output.txt")