magic-wormhole/src/wormhole/test
Brian Warner 00277c22cf allow MOTD to be displayed multiple times
(one displayed message per received welcome["motd"])

There's not much value in prohibiting the server from sending multiple
MOTD messages, and it would prevent us from using it to display a "your
client is using an old API, please upgrade" message after having already
sent a regular "please donate" MOTD message. (We could send a second
welcome message with ["error"] to kill the client, but ["motd"] is the
most convenient way to deliver a non-fatal warning).
2016-05-28 19:19:22 -07:00
..
__init__.py unsplit tests step 1: move files 2016-04-20 18:44:33 -07:00
common.py fix welcome-error signalling 2016-05-26 15:37:24 -07:00
run_trial.py add 'coverage' environment for tox 2016-05-24 16:03:39 -07:00
test_hkdf.py unsplit tests step 1: move files 2016-04-20 18:44:33 -07:00
test_scripts.py fix welcome-error signalling 2016-05-26 15:37:24 -07:00
test_server.py INCOMPATIBILITY: send "current_cli_version", not "current_version" 2016-05-28 19:11:27 -07:00
test_transit.py rename test_transit_twisted.py, drop the twisted 2016-05-25 19:21:54 -07:00
test_util.py move utility functions to util.py, add new ones 2016-05-28 18:13:32 -07:00
test_wormhole.py allow MOTD to be displayed multiple times 2016-05-28 19:19:22 -07:00