Contribute Media
A thank you to everyone who makes this possible: Read More

Eventually Correct: Testing Async Apps

Description

Async frameworks like Tornado and asyncio scramble our usual strategies for writing sequential code. This is most problematic when writing tests: how can you validate the outcome when you don’t know when to expect it? This talk introduces you to methods and practices for unittesting async applications.

Details

Improve this page