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

Add executor unit tests #1336

Merged
merged 3 commits into from
Sep 28, 2020
Merged

Add executor unit tests #1336

merged 3 commits into from
Sep 28, 2020

Commits on Sep 28, 2020

  1. Improve the error messages in the Executor class.

    In particular, make sure to use 'throw_from_rcl_error'
    as much as possible.
    
    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ecd9d93 View commit details
    Browse the repository at this point in the history
  2. Allow mimick patching of methods with up to 9 arguments.

    This will be needed by the executor tests.
    
    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    ad7cb8f View commit details
    Browse the repository at this point in the history
  3. Add in unit tests for the Executor class.

    Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
    clalancette committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    027a0f1 View commit details
    Browse the repository at this point in the history