• Mayank Mittal's avatar
    Adds unit test to check all pre-included asset configs work as expected (#511) · b1781712
    Mayank Mittal authored
    # Description
    
    This MR adds a test to check all the asset configurations in the
    `omni.isaac.orbit_assets` class work as expected. This is useful since
    we keep adding new checks and updates. It is good to automatically know
    that the assets can be initialized successfully.
    
    ## Type of change
    
    - New feature (non-breaking change which adds functionality)
    
    ## Checklist
    
    - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./orbit.sh --format`
    - [x] I have made corresponding changes to the documentation
    - [x] My changes generate no new warnings
    - [x] I have added tests that prove my fix is effective or that my
    feature works
    - [x] I have run all the tests with `./orbit.sh --test` and they pass
    - [ ] I have updated the changelog and the corresponding version in the
    extension's `config/extension.toml` file
    - [x] I have added my name to the `CONTRIBUTORS.md` or my name already
    exists there
    b1781712
test_valid_configs.py 2.48 KB