CodeForPoznan / volontulo

Web portal for collaboration of community volunteers with organizations and institutions.
MIT License
12 stars 44 forks source link

[597] Django API based logout endpoint unit test #1086

Closed w1stler closed 5 years ago

w1stler commented 5 years ago

Description:

Adding unit test for api_logout endpoint

New imports / dependencies:

N/A

Unit Tests:

What tests do I need to run to validate this change:

N/A

codecov[bot] commented 5 years ago

Codecov Report

Merging #1086 into master will increase coverage by 0.3%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #1086     +/-   ##
=========================================
+ Coverage   91.21%   91.52%   +0.3%     
=========================================
  Files         116      119      +3     
  Lines        2845     2901     +56     
  Branches       31       31             
=========================================
+ Hits         2595     2655     +60     
+ Misses        246      242      -4     
  Partials        4        4
Impacted Files Coverage Δ
...apps/volontulo/tests/views/api/test_logout_view.py 100% <100%> (ø)
frontend/src/app/http-interceptor.ts 68.42% <0%> (ø) :arrow_up:
frontend/src/app/homepage-offer/offers.model.ts
...src/app/password-reset/password-reset.component.ts
frontend/src/app/banner/banner.component.ts
frontend/src/app/messages/messages.service.ts
...ganization-create/organization-create.component.ts
frontend/src/app/user.service.ts
...end/src/app/user-profile/user-profile.component.ts
frontend/src/app/homepage-offer/offers.service.ts
... and 52 more

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 93c5960...4f8d1eb. Read the comment docs.