quinone / password-manager

Password management application developed as a group project for college.
0 stars 0 forks source link

Write tests for vault view #34

Closed quinone closed 1 month ago

quinone commented 1 month ago

When authenticated /vault should display the name, usernames , url and passwords

When unauthenticated it should redirect to login page

quinone commented 1 month ago

Added tests:

test_unauthenticated_route_access

Checks if unauthenticated user tries to access route if they are correctly redirected

test_authenticated_vault_view_users_items

Checks if /vault/ renders the test data on the page