mariusmucenicu / knowlift

A software that will keep you sharp between the ears.
https://knowlift.com/
GNU General Public License v3.0
0 stars 1 forks source link

backend: Implement application factory #156

Closed mariusmucenicu closed 5 years ago

mariusmucenicu commented 5 years ago

Application factories allow better decoupling and permits creating flask apps on the fly. This is especially useful in testing.

Resolves #155

codecov[bot] commented 5 years ago

Codecov Report

Merging #156 into master will decrease coverage by 22.44%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #156       +/-   ##
===========================================
- Coverage   98.58%   76.14%   -22.45%     
===========================================
  Files           9       10        +1     
  Lines         780     1224      +444     
===========================================
+ Hits          769      932      +163     
- Misses         11      292      +281
Impacted Files Coverage Δ
knowlift/default_settings.py 100% <ø> (ø) :arrow_up:
knowlift/__init__.py 100% <100%> (ø)
wsgi.py 38.24% <100%> (ø)
tests/test_web.py 100% <100%> (ø) :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 97b93cb...4d60abc. Read the comment docs.