Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

Simple Test Harness and Mocking #71

Closed Stefan4472 closed 1 year ago

Stefan4472 commented 2 years ago

Need a way to be able to test API calls. This is long overdue.

The scope of this issue is: it must be possible to write a unit test that successfully calls the API with proper authorization. Use Flask/Werkzeug test client.