UnitTestHarness
1.0
Unit Testing Tool
|
Functions | |
def | main |
Sets up the environment and runs the unit testing CTRL script. More... | |
def | downloadComponentsAndSetupProject |
Creates and clean project and downloads the source files listed in the run configuration file. More... | |
def | setupDirectories |
Deletes old SANDBOX_PATH and creates a new/clean version. More... | |
def | cleanUpFiles |
Deletes project if an already existing project has not been used. More... | |
Variables | |
tuple | parser = argparse.ArgumentParser() |
tuple | args = parser.parse_args() |
def runUnitTests.cleanUpFiles | ( | useExistingProject, | |
projectPath | |||
) |
Deletes project if an already existing project has not been used.
Removes the SANDBOX_PATH
useExistingProject | Boolean |
def runUnitTests.downloadComponentsAndSetupProject | ( | runConfigurationPathName, | |
projectPath | |||
) |
Creates and clean project and downloads the source files listed in the run configuration file.
Used when not using an existing project.
runConfigurationPathName | String |
projectName | String |
def runUnitTests.main | ( | projectPath = None , |
|
runConfigurationPathName = None , |
|||
emailAddresses = None |
|||
) |
Sets up the environment and runs the unit testing CTRL script.
projectPath | String, |
runConfigurationPathName | String, |
emailAddresses | String[], |
def runUnitTests.setupDirectories | ( | useExistingProject | ) |
Deletes old SANDBOX_PATH and creates a new/clean version.
tuple args = parser.parse_args() |
tuple parser = argparse.ArgumentParser() |