Bugs item #738168, was opened at 2003-05-15 10:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=114534&aid=738168&group_id=14534
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Dinu C. Gherman (dinu_gherman)
Assigned to: Nobody/Anonymous (nobody)
Summary: Simpifying testsuite code
Initial Comment:
All functions named suite() in all test_*.py modules can be safely
deleted whenever there are two lines like this at the end of each test
module (which is always the case):
if __name__ == '__main__':
unittest.main()
The Pycotine Unittest GUI v. 0.3, also in PyObjC, runs the resulting
suite as expected (except for some issues inside the test code, which
also cause problems on the commandline).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=114534&aid=738168&group_id=14534
|