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

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Jan 4, 2020

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 ssbarnea added test Improvement to quality assurance: CI/CD, testing, building skip-changelog labels Jan 4, 2020
@ssbarnea ssbarnea added this to the 3.0 milestone Jan 4, 2020
molecule/test/functional/conftest.py Outdated Show resolved Hide resolved
molecule/test/functional/conftest.py Show resolved Hide resolved
@ssbarnea ssbarnea force-pushed the master branch 2 times, most recently from df471de to b21671f Compare January 5, 2020 09:48
@ssbarnea ssbarnea requested a review from sshnaidm January 5, 2020 10:09
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip-changelog test Improvement to quality assurance: CI/CD, testing, building
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants