'Is there a way make tests Flask and Firebase?

I have a Flask app. Authentication is provided by Google Firebase. I want to make url tests with any Python/Flask libraries? Is there a way?

For example: /api/getBooks and I want to test url response 200 or not. There are some tools on Javascript like mocha and chai but I don't know any libraries on Flask or Firebase.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source