Niraj-Kamdar / question-paper-generator

The Question Paper Generator has been made to allow professors to generate question papers with random but enough questions to cover most chapters of a subject with specified difficulty and cognitive level and mail paper directly to the examiner in PDF format.
https://setnow.herokuapp.com/
MIT License
14 stars 19 forks source link

Update base_classes.py #224

Closed 201701203 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #224 into develop will increase coverage by 0.51%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #224      +/-   ##
===========================================
+ Coverage    93.04%   93.55%   +0.51%     
===========================================
  Files           39       39              
  Lines         1423     1428       +5     
===========================================
+ Hits          1324     1336      +12     
+ Misses          99       92       -7     
Flag Coverage Δ
#unittests 93.55% <100.00%> (+0.51%) :arrow_up:
Impacted Files Coverage Δ
test/main/base_classes.py 100.00% <ø> (ø)
test/papers/test_paper_generate_request.py 100.00% <100.00%> (ø)
flaskapp/blueprints/papers/routes.py 68.42% <0.00%> (+5.26%) :arrow_up:
Niraj-Kamdar commented 4 years ago

merged via PR #225