In article ,
Makoto Kuwata wrote:
> Hi,
>
> I released Oktest 0.12.0.
> https://pypi.python.org/pypi/Oktest/
Wow, this looks neat. We use nose, but I'm thinking your ok() style
exceptions should work just fine with nose. Just the notational
convenience alone is worth it. Typing "ok(x) <=
Hi,
I released Oktest 0.12.0.
https://pypi.python.org/pypi/Oktest/
Oktest is a new-style testing library for Python.
## unittest
self.assertEqual(x, y)
self.assertNotEqual(x, y)
self.assertGreaterEqual(x, y)
self.assertIsInstance(obj, cls)
self.assertRegexpMatches(text, r