-
Notifications
You must be signed in to change notification settings - Fork 495
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
HITL - Add unit testing. #1877
HITL - Add unit testing. #1877
Conversation
This looks stable. However, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments for reviewers.
test/hitl/test_hitl_examples.py
Outdated
"examples/hitl/basic_viewer/basic_viewer.py", | ||
"--config-dir", | ||
"test/config/habitat_hitl", | ||
"+experiment=smoke_test", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This uses the Hydra experiment workflow. I'm intending to have more than one in the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding tests. Small questions on the config changes, but not a blocker if things are working as expected.
* Add main unit test. * Add user mask test. * Run HITL tests after lab API tests. * Isolate hitl tests from habitat-lab. * Rename test_example to avoid conflict. * Fix typo in 'Ensure not-editable mode works' * Address review comments.
* Add main unit test. * Add user mask test. * Run HITL tests after lab API tests. * Isolate hitl tests from habitat-lab. * Rename test_example to avoid conflict. * Fix typo in 'Ensure not-editable mode works' * Address review comments.
* Add main unit test. * Add user mask test. * Run HITL tests after lab API tests. * Isolate hitl tests from habitat-lab. * Rename test_example to avoid conflict. * Fix typo in 'Ensure not-editable mode works' * Address review comments.
Motivation and Context
This changeset adds unit testing for
habitat-hitl
.The following tests are added:
main()
smoke test.How Has This Been Tested
Tested locally and on CI.
Types of changes
Checklist