This module is in Development Status :: 3 - Alpha
Flask-Request-Logger is an extension for Flask that logging requests and responses for your Flask app.
For now Python 3.5+.
With pip:
$ pip install flask-reqeust-logger
Run unittest in current development environment
$ pytest -sv --tap-combined
--tap-combined
option will log the test result in testresults.tap.- More testing options please check pytest, pytest-tap or more pytest plugins