[Pyunit-interest] How to test a condition
Brought to you by:
purcell
From: Chuck E. <Chu...@ya...> - 2001-08-19 13:59:35
|
The Py 2.1 docs direct the user to use self.failUnless() while the online docs at pyunit.sourceforge.net make it clear that using the assert statement is simple, easy and normal. Since the latest pyunit was released post-Py 2.1, does this imply that Py 2.2 will also lean towards the assert statement? I'm curious: Are the docs for unittest at Python and at pyunit maintained separately? -Chuck |