• Mayank Mittal's avatar
    Puts all tasks unit tests into subTest context (#500) · e637753a
    Mayank Mittal authored
    # Description
    
    This MR moves all environment tasks names into `with.subTest()` context
    manager to report per sub test as well.
    
    ## Type of change
    
    - Bug fix (non-breaking change which fixes an issue)
    
    ## Checklist
    
    - [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
    `./orbit.sh --format`
    - [ ] I have made corresponding changes to the documentation
    - [x] My changes generate no new warnings
    - [ ] 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
    
    ---------
    Co-authored-by: 's avatarDavid Hoeller <dhoeller@ethz.ch>
    e637753a
Name
Last commit
Last update
..
wrappers Loading commit data...
test_data_collector.py Loading commit data...
test_environments.py Loading commit data...
test_record_video.py Loading commit data...