summaryrefslogtreecommitdiff
path: root/tests/end_to_end/scenarios/basic_handshake_success.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/end_to_end/scenarios/basic_handshake_success.py')
-rw-r--r--tests/end_to_end/scenarios/basic_handshake_success.py5
1 files changed, 4 insertions, 1 deletions
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(),
)