-
Notifications
You must be signed in to change notification settings - Fork 666
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
Move test folder to project root #4070
Conversation
142b5cf
to
c4229f5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add an explanation/reason in PR description, or at least a link to issues or discussion.
@ssbarnea can this be merged now? |
@cristianonicolai please rebase... |
c4229f5
to
afabe9e
Compare
afabe9e
to
0d671a5
Compare
@ssbarnea done :) |
0d671a5
to
358bd1c
Compare
Double check with molecule-plugins to see if we have any import from molecule.test, if not, feel free to merge it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like plugins is looking for conftest and b_functional.conftest to be under molecule/test.
@ssbarnea @Qalthos there is actually only one missing method that we need to add on molecule-plugins to remove the dependency entirely, please take a look on ansible-community/molecule-plugins#206 |
Done and thanks for pointing to it!
Moving the test folder into the project's root folder to unify developer experience when onboarding to the project. Other projects such as ansible-lint, pytest-ansible ansible-navigator already follow such structure.