Syntax inconsistencies in the robot `AltTesterLibrary` examples
Closed this issue · 1 comments
iulianatodoran commented
Steps to reproduce
Actual result
AR
In the examples for the AltTesterLibrary
for Robot Framework there are some syntax inconsistencies:
- most of the commands are separated from other arguments with
|
, but some examples use tab or several spaces for separation, or a combination of these two ways of separation - the examples for
enable_loguru_logger
anddisble_loguru_logger
methods do not contain the required separator between the command and the following argument
Additional info
Environment
- AltTester Unity SDK from the
development
branch - commit 0d9362c
2.
Expected result
ER
- The separation should be made consistently with
|
- Between the command and the following argument there should be a separation with
|
Additional info
Testability
iulianatodoran commented
✅ Checked in repo that the AltTesterLibrary
examples for Robot Framework contain the required changes described in the ticket.
Considering this, I will move this ticket to Done
.