#!/usr/bin/env python3 # -*- coding: utf-8 -*-
@ -22,4 +22,6 @@ test/lib
test/imap_settings.py
venv
launch.json
settings.json
# Default ignored files
.idea/workspace.xml
@ -1,3 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""
>>> import pEp
>>> me = pEp.Identity("alice.smith@peptest.ch", "Alice Smith", "23")
>>> def messageToSend(msg):
# Regression test against API breakage
# colors used to be represented as a simple int
# NEW: colors are represented by colorvalue enum
@ -1,3 +1,5 @@
# vim: set fileencoding=utf-8 :
"""start a handshake test for one simulated device
"""test runner for sync tests