Re: [ANN] Oktest.py 0.12.0 released - a new-style testing library

2014-01-12 Thread Roy Smith
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) <=

[ANN] Oktest.py 0.12.0 released - a new-style testing library

2014-01-12 Thread Makoto Kuwata
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