Beispiel #1
0
import natemod

natemod.natefunc("Some var")
 def testSomething(self):
     "This is the description of this function?"
     self.assertEqual("Foo",natemod.natefunc("Foo"))
 def testSomething(self):
     "This is the description of this function?"
     self.assertEqual("Foo", natemod.natefunc("Foo"))