Skip to Content
Python Microservices Development
book

Python Microservices Development

by Tarek Ziadé
July 2017
Beginner to intermediate
340 pages
7h 43m
English
Packt Publishing
Content preview from Python Microservices Development

Mocking asynchronous calls

If your application sends or receives calls asynchronously, setting up some testing is a little bit harder than for synchronous calls.

Asynchronous calls mean that the application is sending something somewhere and don't expect a result immediately--or just forgets about it altogether.

It can also means that the application may react to an event that is sent to it, as in the different patterns we've looked at based around Pika.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Microservices Development - Second Edition

Python Microservices Development - Second Edition

Simon Fraser, Tarek Ziadé
Python Web Development with Sanic

Python Web Development with Sanic

Stephen Sadowski, Adam Hopkins

Publisher Resources

ISBN: 9781785881114Supplemental Content