2014-07-25 11:30 GMT+02:00 Luca Sbardella <[email protected]>: > Pulsar has an asynchronous testing framework too > > http://quantmind.github.io/pulsar/apps/test.html > > It uses the unittest.TestCase class from the standard library but can handle > test functions which return generators or asyncio/trollius Futures. > It should work with twisted with the tx decorator documented here > > http://quantmind.github.io/pulsar/tutorials/webmail.html
Cool. Maybe you should extract the testing framework to a separated module so other projects can use it? Victor
