28 Mar
2011
28 Mar
'11
12:57 p.m.
On Sun, Mar 27, 2011 at 10:54 AM, Uli Fouquet <uli@gnufix.de> wrote:
- `assert` works like you would expect it to work in tests. No need to use `self.assertEqual()`` and friends (but you can if you prefer).
How do they deal with the fact that assert statements are dropped when Python is run with -O? -- Benji York