AnemoneLabs / unmessage

Privacy enhanced instant messenger
GNU General Public License v3.0
43 stars 7 forks source link

Add integration tests #72

Closed felipedau closed 7 years ago

felipedau commented 7 years ago

As part of #33, these are (unfinished) changes to test unMessage from a high level before modifying some of its low level parts.

codecov-io commented 7 years ago

Codecov Report

Merging #72 into develop will increase coverage by 33.15%. The diff coverage is 75.46%.

Impacted file tree graph

@@             Coverage Diff              @@
##           develop      #72       +/-   ##
============================================
+ Coverage     10.9%   44.05%   +33.15%     
============================================
  Files           23       30        +7     
  Lines         3972     4204      +232     
============================================
+ Hits           433     1852     +1419     
+ Misses        3539     2352     -1187
Impacted Files Coverage Δ
unmessage/log.py 58.49% <ø> (+58.49%) :arrow_up:
unmessage/gui.py 0% <0%> (ø) :arrow_up:
unmessage/cli.py 0% <0%> (ø) :arrow_up:
tests/test_conversation.py 100% <100%> (ø)
tests/conftest.py 100% <100%> (ø)
tests/test_peer.py 100% <100%> (ø)
tests/test_utils.py 100% <100%> (ø)
unmessage/utils.py 80.23% <100%> (+24.67%) :arrow_up:
tests/test_file_transfer.py 100% <100%> (ø)
unmessage/persistence.py 32.43% <32.43%> (ø)
... and 21 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 8c6e7b2...f1a61fc. Read the comment docs.