Browse Source

TODO: fix pEp.rating

pull/4/head
heck 5 years ago
parent
commit
49af7303a9
  1. 3
      tests/test_basic.py

3
tests/test_basic.py

@ -51,4 +51,5 @@ def test_basic(pEp, model):
#TODO: encrypt needs to return message type
m2 = m.encrypt()
m3, keys, rating, flags = m2.decrypt()
assert rating == pEp._pEp.rating.reliable
#TODO: fix pEp.rating
# assert rating == pEp.

Loading…
Cancel
Save