File tree Expand file tree Collapse file tree 1 file changed +18
-3
lines changed
Expand file tree Collapse file tree 1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,25 @@ expected_stdout_lines:
189189<!-- STEP
190190name: Actor Tests
191191background: true
192- sleep: 5
193192expected_stdout_lines:
194- - '----------------------------------------------------------------------'
195- - 'OK'
193+ - "has_value: False"
194+ - "set_my_data: {'state': 5}"
195+ - "has_value: True"
196+ - "clear_my_data"
197+ - "has_value: False"
198+ - "has_value: False"
199+ - "set reminder to True"
200+ - "set reminder is done"
201+ - "set reminder to False"
202+ - "set reminder is done"
203+ - "has_value: False"
204+ - "set_my_data: {'state': 5}"
205+ - "has_value: True"
206+ expected_stderr_lines:
207+ - "----------------------------------------------------------------------"
208+ - "Ran 5 tests in"
209+ - "OK"
210+ output_match_mode: substring
196211timeout_seconds: 60
197212-->
198213
You can’t perform that action at this time.
0 commit comments