Home Archives RSS

twisted

development 2015-08-25

Twisted-like unit testing for asyncio

Recently I've been porting some code for a personal project from Twisted to the python3 builtin asyncio library. The change is not as drastic as it might seem, since the two libraries share the same basic concepts (using just different names, e.g. Future vs Deferred, loop vs reactor) and …

Read more
asyncio python testing twisted unittest
© Alberto Donato — CC BY-SA 4.0 unless otherwise noted.