blob: 9e1ffb3ba9066093322e286d65dac27c8146765c (
plain)
1
2
3
4
5
6
7
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 = (
)
|