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

Remove --delegated pytest option #2458

Merged
merged 1 commit into from
Dec 6, 2019

Conversation

ssbarnea
Copy link
Member

This extension prevented execution of pytest from root of project and
introduced risks of bypassing functional testing by default.

If someone wants to avoid delegate testing, the use of pytest marks is
a much easier approach, one that does not need extra code.

@ssbarnea ssbarnea added test Improvement to quality assurance: CI/CD, testing, building skip-changelog labels Nov 30, 2019
@ssbarnea ssbarnea added this to the 3.0 milestone Nov 30, 2019
@ssbarnea ssbarnea force-pushed the fix/remove-delegated-option branch 2 times, most recently from 4867a8f to ea52b22 Compare November 30, 2019 14:22
This extension prevented execution of pytest from root of project and
introduced risks of bypassing funtional testing by default.

If someone want to avoid delegate testing the use of pytest marks is
a much easier approach, one that does not need extra code.

Signed-off-by: Sorin Sbarnea <[email protected]>
rm
@ssbarnea ssbarnea marked this pull request as ready for review December 2, 2019 16:07
@ssbarnea ssbarnea merged commit 36fc6bd into ansible:master Dec 6, 2019
@ssbarnea ssbarnea deleted the fix/remove-delegated-option branch September 7, 2023 13:19
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.

4 participants