Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests #44

Merged
merged 7 commits into from
Mar 11, 2024
Merged

Tests #44

merged 7 commits into from
Mar 11, 2024

Conversation

xerbalind
Copy link
Contributor

Werkende unittests met login.

@xerbalind xerbalind force-pushed the tests branch 5 times, most recently from d6a3e22 to 2981ed9 Compare March 11, 2024 13:59
Comment on lines 17 to 19
async def delete_user(db: Session, user_id: str):
db.query(models.User).filter_by(uid=user_id).delete()
db.commit()
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ik denk niet dat deze functie echt nodig is? Aangezien authenticatie via CAS gebeurd en gebruikers van daaruit aangemaakt worden.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huum ja idd, was effe nodig voor testen ma heb het uiteindelijk niet gebruikt

@xerbalind xerbalind merged commit 5cffd01 into dev Mar 11, 2024
3 checks passed
@xerbalind xerbalind deleted the tests branch March 11, 2024 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants