SyFi
0.3
|
Public Member Functions | |
def | setUp |
def | tearDown |
def | testForms |
Definition at line 10 of file sfc_commandline.py.
def sfc_commandline.SFCCommandlineTest.setUp | ( | self | ) |
Definition at line 11 of file sfc_commandline.py.
00011 00012 def setUp(self): 00013 print "Running templatetest in testdir" 00014 print "Imported SyFi from location", SyFi.__file__ 00015 print "Imported sfc from location", sfc.__file__ 00016 shutil.rmtree(_test_temp_dir, ignore_errors=True) 00017 os.mkdir(_test_temp_dir) 00018 os.chdir(_test_temp_dir)
def sfc_commandline.SFCCommandlineTest.tearDown | ( | self | ) |
Definition at line 19 of file sfc_commandline.py.
def sfc_commandline.SFCCommandlineTest.testForms | ( | self | ) |
Definition at line 23 of file sfc_commandline.py.