Recent versions of standard Python's unittest module support TestCase.assertRaises being a context manager (with just one argument). for compatibility, testtools should support the same.
Recent versions of standard Python's unittest module support TestCase.assertRaises being a context manager (with just one argument).
for compatibility, testtools should support the same.