uchicago-capp-30320 / new-arrivals-chi

GNU Affero General Public License v3.0
9 stars 0 forks source link

(test) Authentication Tests #153

Closed klinkoberstar closed 6 months ago

klinkoberstar commented 6 months ago

This pull request creates a series of tests for the authorization routes and provides some security tests for authentication.

This PR will close #126 and close #127

Describe your changes

Updated a few things in the conftest.py file:

Three different test files:

Non-obvious technical information

Checklist before requesting a review

aaronhaefner commented 6 months ago

@klinkoberstar can you merge in main and address merge conflicts? We just merged #129 which adds some rules to docstrings.

klinkoberstar commented 6 months ago

@klinkoberstar can you merge in main and address merge conflicts? We just merged #129 which adds some rules to docstrings.

I've merged in main, addressed the conflicts, and updated the docstrings to comply with new reqs!

aaronhaefner commented 6 months ago

I would also add some logging to your tests throughout. db_test.py has examples.

klinkoberstar commented 6 months ago

I would also add some logging to your tests throughout. db_test.py has examples.

logging has been added!