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.
> Ideally, I'd love to be able to simply have some extremely small
> executable that just accepts inputs
> does the calculations above and then spits out the outputs. If it were
> possible to write some
> simple lines of math code in Python and then compile these scripts in
> Python to a Windows