We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f60bfb8 commit 016159eCopy full SHA for 016159e
atest/tests/stopping.robot
@@ -18,7 +18,7 @@ SIGTERM
18
19
*** Keywords ***
20
Start Server
21
- Start And Import Remote Library basics.py ${TEST NAME}
+ Start And Import Remote Library basics.py ${TEST NAME}
22
Server Should Be Started
23
24
@@ -28,3 +28,4 @@ Server Should Be Stopped
28
Server Should Be Stopped And Correct Messages Logged
29
Run Keyword And Expect Error Connection to remote server broken: *
30
... Server Should Be Started
31
+ [Teardown] Run Keyword And Ignore Error ${TEST NAME}.Stop Remote Server
0 commit comments