Skip to content

Commit ca37e23

Browse files
committed
examples: tuning
1 parent 10d7bdd commit ca37e23

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

example/example_tests.robot

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
*** Settings ***
2-
Library Remote http://localhost:${PORT}
2+
Library Remote http://${ADDRESS}:${PORT}
33

44
*** Variables ***
5-
${PORT} 8270
5+
${ADDRESS} 127.0.0.1
6+
${PORT} 8270
67

78
*** Test Cases ***
89
Count Items in Directory

example/examplelibrary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44

55

6-
class ExampleRemoteLibrary:
6+
class ExampleRemoteLibrary(object):
77
"""Example library to be used with Robot Framework's remote server.
88
99
This documentation is visible in docs generated by `Libdoc`.

0 commit comments

Comments
 (0)