Public Member Functions | |
def | __init__ |
def | createDirs |
def | setDataBaseDir |
def | setResultDir |
def | setWorkingDir |
def | setScriptsDir |
def | cleanup |
def | locateTests |
def | getTest |
def | testname |
def | getDescription |
def | runtests |
def | defineQualityTestList |
def | whatQualityTest |
def | searchscript |
def | ispythonscript |
def | locatedata |
Public Attributes | |
dataBaseDirectory | |
resultDirectory | |
workingDirectory | |
scriptRepository | |
testsToRun | |
locate only the *.py files | |
testList | |
notest |
Definition at line 18 of file testbase.py.
def testbase.testbase.__init__ | ( | self, | |
workdir = None |
|||
) |
Definition at line 19 of file testbase.py.
def testbase.testbase.cleanup | ( | self | ) |
Definition at line 52 of file testbase.py.
References testbase.testbase.workingDirectory.
Referenced by task_sdreduce.sdreduce_worker.__del__(), tests.test_uvcontsub3.zeroth.tearDown(), tests.test_uvcontsub.zeroth.tearDown(), tests.test_uvcontsub3.fourth.tearDown(), tests.test_uvcontsub.fourth.tearDown(), tests.test_uvcontsub3.combspw.tearDown(), tests.test_uvcontsub3.knowncombspw.tearDown(), and tests.test_uvcontsub.combspw.tearDown().
def testbase.testbase.createDirs | ( | self | ) |
Definition at line 30 of file testbase.py.
References testbase.testbase.resultDirectory, and testbase.testbase.workingDirectory.
def testbase.testbase.defineQualityTestList | ( | self, | |
theResult | |||
) |
Definition at line 217 of file testbase.py.
References nf_regression.append, and testbase.testbase.testList.
Referenced by testbase.testbase.runtests().
def testbase.testbase.getDescription | ( | self, | |
testName, | |||
testId | |||
) |
Definition at line 101 of file testbase.py.
References testbase.testbase.testsToRun.
def testbase.testbase.getTest | ( | self, | |
testnamek, | |||
testName | |||
) |
Definition at line 87 of file testbase.py.
References testbase.testbase.scriptRepository, and testbase.testbase.workingDirectory.
Referenced by testwrapper.UnitTest.getFuncTest(), and testwrapper.UnitTest.getUnitTest().
def testbase.testbase.ispythonscript | ( | self, | |
thescript | |||
) |
Definition at line 304 of file testbase.py.
def testbase.testbase.locatedata | ( | self, | |
datafile | |||
) |
Definition at line 310 of file testbase.py.
References testbase.testbase.dataBaseDirectory.
Referenced by testwrapper.UnitTest.funcSetup(), and testbase.testbase.runtests().
def testbase.testbase.locateTests | ( | self, | |
tests = None |
|||
) |
Definition at line 57 of file testbase.py.
References testbase.testbase.scriptRepository, testbase.testbase.searchscript(), and testbase.testbase.testsToRun.
def testbase.testbase.runtests | ( | self, | |
testName, | |||
testId = 0 , |
|||
dry = False |
|||
) |
Definition at line 119 of file testbase.py.
References testbase.testbase.defineQualityTestList(), __casac__.calplot.calplot.locatedata(), __casac__.tableplot.tableplot.locatedata(), testbase.testbase.locatedata(), __casac__.msplot.msplot.locatedata(), testbase.testbase.notest, testbase.testbase.testsToRun, and testbase.testbase.workingDirectory.
def testbase.testbase.searchscript | ( | self, | |
testname | |||
) |
Definition at line 264 of file testbase.py.
References testbase.testbase.scriptRepository.
Referenced by testwrapper.UnitTest.getFuncTest(), testwrapper.UnitTest.getUnitTest(), and testbase.testbase.locateTests().
def testbase.testbase.setDataBaseDir | ( | self, | |
dir = ['./Data'] |
|||
) |
Definition at line 38 of file testbase.py.
References testbase.testbase.dataBaseDirectory.
def testbase.testbase.setResultDir | ( | self, | |
dir = './Results' |
|||
) |
Definition at line 43 of file testbase.py.
References testbase.testbase.resultDirectory.
def testbase.testbase.setScriptsDir | ( | self, | |
dir = './Scripts' |
|||
) |
Definition at line 49 of file testbase.py.
References testbase.testbase.scriptRepository.
def testbase.testbase.setWorkingDir | ( | self, | |
dir = './Temporaire' |
|||
) |
Definition at line 46 of file testbase.py.
References testbase.testbase.workingDirectory.
def testbase.testbase.testname | ( | self, | |
ind = 0 |
|||
) |
Definition at line 95 of file testbase.py.
References testbase.testbase.testsToRun.
def testbase.testbase.whatQualityTest | ( | self | ) |
Definition at line 259 of file testbase.py.
References testbase.testbase.notest, and testbase.testbase.testList.
Definition at line 22 of file testbase.py.
Referenced by testbase.testbase.locatedata(), and testbase.testbase.setDataBaseDir().
Definition at line 28 of file testbase.py.
Referenced by testbase.testbase.runtests(), and testbase.testbase.whatQualityTest().
Definition at line 23 of file testbase.py.
Referenced by testbase.testbase.createDirs(), and testbase.testbase.setResultDir().
Definition at line 25 of file testbase.py.
Referenced by testbase.testbase.getTest(), testbase.testbase.locateTests(), testbase.testbase.searchscript(), and testbase.testbase.setScriptsDir().
Definition at line 27 of file testbase.py.
Referenced by testbase.testbase.defineQualityTestList(), and testbase.testbase.whatQualityTest().
locate only the *.py files
Definition at line 26 of file testbase.py.
Referenced by testbase.testbase.getDescription(), testbase.testbase.locateTests(), testbase.testbase.runtests(), and testbase.testbase.testname().
Definition at line 24 of file testbase.py.
Referenced by testbase.testbase.cleanup(), testbase.testbase.createDirs(), testbase.testbase.getTest(), testbase.testbase.runtests(), and testbase.testbase.setWorkingDir().