Exemplo n.º 1
0
def main():
    print "Main function is now running"
    print "When the main fucntion runs, each line will always be reserved for x number of entries"
    global one_time_SWITCH

    if one_time_SWITCH=="True":
        run = TestController() 
        run.runALL_tests()
        one_time_SWITCH="False"
    else:
        print "Run the script once when the program starts - no more"