Notes on unittest.py
Chris McDonough
chrism at digicool.com
Mon Oct 23 07:55:20 EDT 2000
More information about the Python-list mailing list
Mon Oct 23 07:55:20 EDT 2000
- Previous message (by thread): Notes on unittest.py
- Next message (by thread): Notes on unittest.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > Blech. Your way seems a lot less clunky. I do, however, like the fact that > > PyUnit pretty much sticks to the Beck/Gamma JUnit semantics (for no good > > reason other than I feel comfortable with them). > > What do you mean by "JUnit semantics"? Is this something that could be fixed? Sorry, too fancy. I just mean that the naming conventions for the framework classes (e.g. TestRunner, TestSuite) and method names (e.g. setUp, tearDown) are the same as JUnit (http://members.pingnet.ch/gamma/junit.htm). Additionally, the output is exactly the same.
- Previous message (by thread): Notes on unittest.py
- Next message (by thread): Notes on unittest.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list