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

Fixing testing #48

Merged
merged 7 commits into from
Mar 28, 2024
Merged

Fixing testing #48

merged 7 commits into from
Mar 28, 2024

Commits on Mar 7, 2024

  1. Some tests relied on cache that might not exist

    unless the whole test suite is executed
    rsgoncalves committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ddf0af8 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix Testing Action

    Fixes the GitHub Action that automatically tests the module. Also fixes a "bug" in the testing suite introduced by errors in EFO
    paynejason committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6c4ff68 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Clean printing

    Cleans up unnecessary print statements from the GitHub testing action
    paynejason committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f55f581 View commit details
    Browse the repository at this point in the history
  2. Add actions to upload to PyPI

    Adds actions to upload to PyPI and test PyPI automatically upon release
    paynejason committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f0236d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Update github_test.yml

    Adds a better description, but removes testing on pull in main to stop bug from occurring
    paynejason committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    77310ce View commit details
    Browse the repository at this point in the history
  2. Revert "Update github_test.yml"

    This reverts commit 77310ce.
    paynejason committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    4c1fc2e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update requirements.txt

    Fixes typo in requirements
    paynejason committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    88a6680 View commit details
    Browse the repository at this point in the history