Interactive Testing: Introduction
Get to know the learning objectives of this chapter.
We'll cover the following...
Introduction
In this chapter, we will review interactive testing with HTTPie and introduce pytest, which is a great way to create Python tests. We’ll also address the challenges that come up with testing a Flask application.
How to use HTTPie
In ...