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

feat: port pytest_test macro #401

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

feat: port pytest_test macro #401

wants to merge 5 commits into from

Commits on Oct 3, 2024

  1. feat: port pytest_test macro

    Comes from caseyduquettesc/rules_python_pytest#13
    It's much easier to properly gazelle-generate a BUILD file in this shape
    rather than the awkward way you're forced to hold our py_pytest_main.
    alexeagle committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    95ad08c View commit details
    Browse the repository at this point in the history
  2. chore: improve error msg

    alexeagle committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    c44466f View commit details
    Browse the repository at this point in the history
  3. chore: give credit

    alexeagle committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b6c9cb8 View commit details
    Browse the repository at this point in the history
  4. fix: allow main is None

    alexeagle committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5f9a6b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7577655 View commit details
    Browse the repository at this point in the history