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

Add support of TEST_TAGS in python tests #17075

Merged
merged 4 commits into from
Mar 19, 2020

Commits on Mar 18, 2020

  1. Add support of TEST_TAGS in python tests

    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.
    jsoriano committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3dae8a0 View commit details
    Browse the repository at this point in the history
  2. Move the code to libbeat

    jsoriano committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    4c13f39 View commit details
    Browse the repository at this point in the history
  3. Fix format

    jsoriano committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    4e67be3 View commit details
    Browse the repository at this point in the history
  4. Remove line added by mistake

    jsoriano committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    5530632 View commit details
    Browse the repository at this point in the history