SyFi
0.3
|
Public Member Functions | |
def | setUp |
def | tearDown |
def | testSetup |
def | testMyStuff |
def | testFailureExample |
Public Attributes | |
foo |
Definition at line 9 of file tests/templatetestdir/test.py.
def templatetestdir.test.MyTest.setUp | ( | self | ) |
Definition at line 10 of file tests/templatetestdir/test.py.
References SyFi_polygons.test.MyTest.foo, and templatetestdir.test.MyTest.foo.
def templatetestdir.test.MyTest.tearDown | ( | self | ) |
Definition at line 20 of file tests/templatetestdir/test.py.
References SyFi_polygons.test.MyTest.foo, and templatetestdir.test.MyTest.foo.
def templatetestdir.test.MyTest.testFailureExample | ( | self | ) |
Definition at line 35 of file tests/templatetestdir/test.py.
00035 00036 def testFailureExample(self): 00037 assert 1 00038 #assert 0 # uncomment to see how a failure looks like 00039
def templatetestdir.test.MyTest.testMyStuff | ( | self | ) |
Definition at line 30 of file tests/templatetestdir/test.py.
00030 00031 def testMyStuff(self): 00032 # test whatever meant by "MyStuff" 00033 #debug("testMyStuff") 00034 assert 1
def templatetestdir.test.MyTest.testSetup | ( | self | ) |
Definition at line 25 of file tests/templatetestdir/test.py.
References SyFi_polygons.test.MyTest.foo, and templatetestdir.test.MyTest.foo.
Definition at line 10 of file tests/templatetestdir/test.py.
Referenced by templatetestdir.test.MyTest::setUp(), templatetestdir.test.MyTest::tearDown(), and templatetestdir.test.MyTest::testSetup().