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 reporter entrypoint #10

Merged
merged 3 commits into from
Jan 22, 2024
Merged

Add reporter entrypoint #10

merged 3 commits into from
Jan 22, 2024

Commits on Jan 21, 2024

  1. Add reporter registration entrypoint

    Adds a function that registers custom reporters via an importlib entry
    point.
    
    Such entry points can be added in setup.py or pyproject.toml, each via
    a top-level keyword.
    nicholasjng committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    711551b View commit details
    Browse the repository at this point in the history
  2. Run pre-commit autoupdate

    nicholasjng committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    bd39e69 View commit details
    Browse the repository at this point in the history
  3. Change entry point format to list of key-value pairs

    They are each assumed to be of the form `key=value`. The string is split
    accordingly, and the value (classpath) is registered under the key.
    nicholasjng committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    a2c1804 View commit details
    Browse the repository at this point in the history