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 a (minimal) test suite #5

Merged
merged 8 commits into from
May 28, 2024
Merged

Add a (minimal) test suite #5

merged 8 commits into from
May 28, 2024

Commits on May 28, 2024

  1. Drop max pylint Python version to 3.11

    3.12 can have trouble installing euphonic dependency
    ajjackson committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cfdb706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5543472 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57f7c83 View commit details
    Browse the repository at this point in the history
  4. Pytest workflow

    ajjackson committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f6e5c28 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fcb16fc View commit details
    Browse the repository at this point in the history
  6. Lint the tests with flake8-pytest-style

    This is a bit less strict overall than pylint, but enforces pytest idioms
    ajjackson committed May 28, 2024
    Configuration menu
    Copy the full SHA
    18fe07f View commit details
    Browse the repository at this point in the history
  7. Test get_energy main() call

    ajjackson committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5095fa3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10ba811 View commit details
    Browse the repository at this point in the history