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

Support CLI commands testing #279

Merged
merged 6 commits into from
Oct 22, 2019
Merged

Support CLI commands testing #279

merged 6 commits into from
Oct 22, 2019

Commits on Oct 15, 2019

  1. Improve launch_testing framework.

    - Generalize output checking tools.
    - Ease process launch and interaction.
    - Fix parameterization support.
    - Fix pytest hooks.
    
    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    9891ee0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Replace inspect.getfullargspec() with inpect.signature()

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    e007f54 View commit details
    Browse the repository at this point in the history
  2. Improve launch_testing.tools.expect_output() documentation.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    d3982e5 View commit details
    Browse the repository at this point in the history
  3. Fix loader after rebase.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    4ed622c View commit details
    Browse the repository at this point in the history
  4. Please flake8

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    88ab054 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Avoid races in ActiveIoHandler code.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    8cff4af View commit details
    Browse the repository at this point in the history