You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pypot misses a lot of tests in general. We're open to PRs on this topic :)
You may add new test files in the dedicated folder, run python -m unittest discover locally (it will discover all existing tests) so that they pass, and then open a PR. The CI will also run the tests before publishing.
We need tests for the RemoteRobotClient zerorpc interface.
Even basic testing would have picked up #279 (comment), for example, since
pypot.robot.remote.from_remote
throwsAttributeError
immediatelyThe text was updated successfully, but these errors were encountered: