SyFi
0.3
|
Public Member Functions | |
def | setUp |
def | tearDown |
def | testSetup |
def | testMyStuff |
def | testFailureExample |
Public Attributes | |
foo |
Definition at line 8 of file tests/SyFi_polygons/test.py.
def SyFi_polygons.test.MyTest.setUp | ( | self | ) |
Definition at line 9 of file tests/SyFi_polygons/test.py.
References SyFi_polygons.test.MyTest.foo.
def SyFi_polygons.test.MyTest.tearDown | ( | self | ) |
Definition at line 14 of file tests/SyFi_polygons/test.py.
References SyFi_polygons.test.MyTest.foo.
def SyFi_polygons.test.MyTest.testFailureExample | ( | self | ) |
Definition at line 29 of file tests/SyFi_polygons/test.py.
00029 00030 def testFailureExample(self): 00031 assert 1 00032 #assert 0 # uncomment to see how a failure looks like 00033
def SyFi_polygons.test.MyTest.testMyStuff | ( | self | ) |
Definition at line 24 of file tests/SyFi_polygons/test.py.
00024 00025 def testMyStuff(self): 00026 # test whatever meant by "MyStuff" 00027 #debug("testMyStuff") 00028 assert 1
def SyFi_polygons.test.MyTest.testSetup | ( | self | ) |
Definition at line 19 of file tests/SyFi_polygons/test.py.
References SyFi_polygons.test.MyTest.foo.
Definition at line 9 of file tests/SyFi_polygons/test.py.
Referenced by SyFi_polygons.test.MyTest::setUp(), templatetestdir.test.MyTest::setUp(), SyFi_polygons.test.MyTest::tearDown(), templatetestdir.test.MyTest::tearDown(), SyFi_polygons.test.MyTest::testSetup(), and templatetestdir.test.MyTest::testSetup().