Skip to content

Commit bfa04d9

Browse files
committed
Extension changed in documentation
The extension of the tests is .robot and not .py Fixed the README.rst with correct extension.
1 parent bc26649 commit bfa04d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ to the library, which passes them further to the remote server, and overriding
3030
related variables when running tests::
3131

3232
python examplelibrary.py 0.0.0.0 7777
33-
pybot --variable PORT:7777 example_tests.py
33+
pybot --variable PORT:7777 example_tests.robot
3434

3535
See the example library and tests themselves for details how configuration
3636
is implemented and the general `remote server documentation <../README.rst>`__

0 commit comments

Comments
 (0)