Exemple #1
0
import sys
import os
sys.path.append("../")
import testutils

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

Exemple #2
0
import sys
import os
sys.path.append("../")
import testutils

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

Exemple #3
0
import sys
import os
sys.path.append("../")
import testutils

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

Exemple #4
0
import sys
import os
sys.path.append("../")
import testutils

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

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

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

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

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

Exemple #8
0
import sys
import os
sys.path.append("../")
import testutils

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

Exemple #9
0
import sys
import os
sys.path.append("../")
import testutils

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

Exemple #10
0
import sys
import os
sys.path.append("../")
import testutils

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

Exemple #11
0
import sys
import os
sys.path.append("../")
import testutils

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

Exemple #12
0
import sys
import os
sys.path.append("../")
import testutils

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

Exemple #13
0
import sys
import os
sys.path.append("../")
import testutils

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