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

[patch] Run Doctest #18

Merged
merged 6 commits into from
Jun 19, 2024
Merged

[patch] Run Doctest #18

merged 6 commits into from
Jun 19, 2024

Commits on Jun 18, 2024

  1. Add doctest

    liamhuber committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c191c05 View commit details
    Browse the repository at this point in the history
  2. Fix import alarm example

    liamhuber committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3152eb1 View commit details
    Browse the repository at this point in the history
  3. Modify deprecator example to ignore the stated output

    I can't get the test to nicely see the error message; since we anyhow have unit tests for this I am not hung up on whether the docstrings remain perfectly verbatim correct and am content to leave the printed warning as plain-text docstring instead of tested-code docstring.
    liamhuber committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a77ad5c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    60a1b67 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    bf7008f View commit details
    Browse the repository at this point in the history
  2. Revert to nicer output formatting

    Now that doctest ignores it anyway
    liamhuber committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    2dbfdff View commit details
    Browse the repository at this point in the history