-
Notifications
You must be signed in to change notification settings - Fork 52
Feat/Basic Email use #61
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
Feat/Basic Email use #61
Conversation
Added fastapi mail usage. Added route for sending email in background. Added tests for email use.
added test pass
Set evniroment setting
Changed the way user is being created. Added hypothesis and Faker for making users. Splited the functions of the database to database, user, event. Changed the pytest with skipif. Changed names of the files and some functions.
Please change the PR to merge into PythonFreeCourse:develop |
changed file paths. changed tests to use faker. changed most of the comments on the last commits.
changed it |
Fixed pep8 error. Added current branch support.
Pass for tests
Codecov Report
@@ Coverage Diff @@
## develop #61 +/- ##
===========================================
+ Coverage 98.55% 98.76% +0.21%
===========================================
Files 8 11 +3
Lines 207 243 +36
===========================================
+ Hits 204 240 +36
Misses 3 3
Continue to review full report at Codecov.
|
Fixed the route of the email send. changed testing assertion renamed files and function..
Added fastapi mail usage.
Added route for sending email in background.
Added tests for email use.