Stefan4472 / Stefans-Blog

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

Add Auth Unit Tests #73

Closed Stefan4472 closed 1 year ago

Stefan4472 commented 1 year ago
Stefan4472 commented 1 year ago

Testing of secured endpoints can be done in one single endpoint per API grouping, e.g. test_files_api.py has a single test called test_auth which tests all protected endpoints at once.