moggers87 / salmon

A Python Mail Server
Other
644 stars 69 forks source link

start command now passes None rather than False #127

Closed moggers87 closed 4 years ago

moggers87 commented 4 years ago

daemonize function should now expect that

Also updated tests to make sure this mistake doesn't happen again

Fixes #126

codecov[bot] commented 4 years ago

Codecov Report

Merging #127 into master will decrease coverage by 0.03%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #127      +/-   ##
==========================================
- Coverage   95.74%   95.71%   -0.04%     
==========================================
  Files          12       12              
  Lines        1388     1376      -12     
  Branches      198      199       +1     
==========================================
- Hits         1329     1317      -12     
  Misses         38       38              
  Partials       21       21
Impacted Files Coverage Δ
salmon/utils.py 88.46% <100%> (ø) :arrow_up:
salmon/commands.py 97.24% <100%> (-0.15%) :arrow_down:

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 ee4ad7f...6c72560. Read the comment docs.