Skip to content

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

Merged
merged 33 commits into from
Jan 20, 2021

Conversation

PureDreamer
Copy link
Contributor

Added fastapi mail usage.
Added route for sending email in background.
Added tests for email use.

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.
@yammesicka
Copy link
Member

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.
@PureDreamer PureDreamer changed the base branch from main to develop January 19, 2021 09:19
@PureDreamer
Copy link
Contributor Author

Please change the PR to merge into PythonFreeCourse:develop

changed it

@codecov-io
Copy link

codecov-io commented Jan 19, 2021

Codecov Report

Merging #61 (de1c620) into develop (53d226d) will increase coverage by 0.21%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             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              
Impacted Files Coverage Δ
app/config.py 100.00% <ø> (ø)
app/internal/email.py 100.00% <100.00%> (ø)
app/main.py 94.11% <100.00%> (+0.36%) ⬆️
app/routers/email.py 100.00% <100.00%> (ø)
app/routers/event.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 53d226d...de1c620. Read the comment docs.

Fixed the route of the email send.
changed testing assertion
renamed files and function..
@yammesicka yammesicka merged commit edcf49c into PythonFreeCourse:develop Jan 20, 2021
@PureDreamer PureDreamer deleted the feature/email_send branch January 20, 2021 22:40
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.

5 participants