ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Feature/elections tests #178

Closed kadensu closed 4 years ago

kadensu commented 4 years ago

Partially completes election testing #177.

codecov[bot] commented 4 years ago

Codecov Report

Merging #178 into develop will increase coverage by 4.05%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #178      +/-   ##
===========================================
+ Coverage    48.35%   52.40%   +4.05%     
===========================================
  Files           29       29              
  Lines         3032     3032              
===========================================
+ Hits          1466     1589     +123     
+ Misses        1566     1443     -123     
Impacted Files Coverage Δ
src/aswwu/base_handlers.py 81.04% <0.00%> (+1.30%) :arrow_up:
src/aswwu/exceptions.py 78.26% <0.00%> (+4.34%) :arrow_up:
src/aswwu/models/elections.py 97.56% <0.00%> (+4.87%) :arrow_up:
src/aswwu/alchemy_new/elections.py 70.62% <0.00%> (+8.75%) :arrow_up:
src/aswwu/validators/elections.py 64.00% <0.00%> (+9.33%) :arrow_up:
src/aswwu/route_handlers/elections.py 91.34% <0.00%> (+28.95%) :arrow_up:

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 4c93cec...9abd617. Read the comment docs.