From efb695be6bdf833d204ff0cd0fbec559dcca9bb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?louiz=E2=80=99?= Date: Sat, 9 Nov 2019 20:49:05 +0100 Subject: e2e: Implicitely include the handshake in all tests Instead of having to write it manually everytime --- tests/end_to_end/scenarios/basic_handshake_success.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/end_to_end/scenarios/basic_handshake_success.py') diff --git a/tests/end_to_end/scenarios/basic_handshake_success.py b/tests/end_to_end/scenarios/basic_handshake_success.py index 8875166..9e1ffb3 100644 --- a/tests/end_to_end/scenarios/basic_handshake_success.py +++ b/tests/end_to_end/scenarios/basic_handshake_success.py @@ -1,5 +1,8 @@ from scenarios import * +# At the start of every scenario, we automatically insert a +# sequences.handshake() call. So, this scenario is just here to test that +# this basic thing works fine. + scenario = ( - sequences.handshake(), ) -- cgit v1.2.3