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

Enable launch test discovery in pytest #312

Merged
merged 13 commits into from
Aug 23, 2019
Merged

Commits on Aug 20, 2019

  1. Enable launch test discovery in pytest.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    c177332 View commit details
    Browse the repository at this point in the history
  2. Test examples using pytest.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    67d53fe View commit details
    Browse the repository at this point in the history
  3. Enable downstream customization of launch tests execution.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    94922bc View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Move launch testing examples README content to the root README.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8014b4c View commit details
    Browse the repository at this point in the history
  2. Mark launch tests explicitly.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    4491759 View commit details
    Browse the repository at this point in the history
  3. Refactor parameterization support to play nice with pytest markers.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    5be3345 View commit details
    Browse the repository at this point in the history
  4. Improve pytest output on launch test failure.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    e7cc2b9 View commit details
    Browse the repository at this point in the history
  5. Please flake8

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    b658591 View commit details
    Browse the repository at this point in the history
  6. Fix failing launch_testing tests.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    d15a47c View commit details
    Browse the repository at this point in the history
  7. Prevent pytest from performing any assertion rewriting outside the la…

    …unch_testing plugin.
    
    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    b4b56a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Change explicit setattr for regular assignment.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    0705777 View commit details
    Browse the repository at this point in the history
  2. Better document PYTEST_DONT_REWRITE docstring.

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    c7e6f80 View commit details
    Browse the repository at this point in the history
  3. Please flake8

    Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
    hidmic committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    dfa47c4 View commit details
    Browse the repository at this point in the history