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

Test cases fail because of missing abstract method in Mock classes #301

Closed
senthurayyappan opened this issue Nov 4, 2024 · 1 comment
Closed
Assignees
Labels
bug Something isn't working

Comments

@senthurayyappan
Copy link
Member

🐛 Bug Report

  • Test cases within robots_base and sensors_base fail because of missing data method in mock classes
  • I guess that this data abstract method got added recently before @esharnow started developing tests

Screenshots

Screenshot 2024-11-04 at 12 03 24 PM
@senthurayyappan senthurayyappan added the bug Something isn't working label Nov 4, 2024
@esharnow
Copy link

esharnow commented Nov 7, 2024

Added data abstract method to Mock Sensor class in test_sensors_base.py test file. My most recent pull request includes this updated change.

@esharnow esharnow closed this as completed Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants