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

test: prevent running functional tests when not installed #2482

Merged
merged 1 commit into from
Jan 5, 2020

Commits on Jan 5, 2020

  1. test: prevent running functional tests when not installed

    Running functional tests require molecule package to be installed, so
    we now test for it and fail fast the testing if needed.
    
    This should simplify development by avoiding confusing errors in
    individual tests. Only functional tests are affected so we apply this
    requirement only to them.
    ssbarnea committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    35f5ae2 View commit details
    Browse the repository at this point in the history