[python-uk] TEST

Michael ms at cerenity.org
Sat Apr 1 21:14:15 CEST 2006


On Saturday 01 April 2006 06:40, Lani Stokes wrote:
> TEST

import unittest
import TEST
class SmokeTests(unittest.TestCase):
    def test_SmokeTest(self):
        """__init__ - Called with no arguments succeeds"""
        T = TEST.TEST()

if __name__=="__main__":
    unittest.main()


Michael.


More information about the python-uk mailing list