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

fix: make conftest.py special with gazelle #879

Merged
merged 4 commits into from
Nov 10, 2022
Merged

Commits on Nov 9, 2022

  1. fix: add conftest.py to py_test generated targets

    Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
    f0rmiga committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    8134005 View commit details
    Browse the repository at this point in the history
  2. fix: use separate py_library for conftest.py

    This allows the conftest.py to be used on sub-directories
    as pytest would pick them up.
    
    Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
    f0rmiga committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    bf6d3b7 View commit details
    Browse the repository at this point in the history
  3. fix: add testonly to conftest py_library

    Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
    f0rmiga committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    39b306c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. fix: testonly is a boolean, not a string

    Signed-off-by: Thulio Ferraz Assis <3149049+f0rmiga@users.noreply.github.com>
    f0rmiga committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    746459a View commit details
    Browse the repository at this point in the history