Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration testing for RemoteRobotClient #298

Open
davidjsherman opened this issue Feb 16, 2021 · 1 comment
Open

Integration testing for RemoteRobotClient #298

davidjsherman opened this issue Feb 16, 2021 · 1 comment

Comments

@davidjsherman
Copy link

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 throws AttributeError immediately

@ymollard
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants