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

Cherry-pick #17075 to 7.x: Add support of TEST_TAGS in python tests #17122

Merged
merged 1 commit into from
Mar 19, 2020

Commits on Mar 19, 2020

  1. Add support of TEST_TAGS in python tests (elastic#17075)

    Add a `tag(tag)` decorator that skips a test if the tag is not included
    in the comma-separated list of `TEST_TAGS` environment variable.
    This offers an initial support for the similar implementation added for
    mage in elastic#16937.
    
    (cherry picked from commit 3bf05f5)
    jsoriano committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    9499f04 View commit details
    Browse the repository at this point in the history