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

Switch Testing to PyTest and CI to GitHub Actions #610

Open
wants to merge 42 commits into
base: master
Choose a base branch
from

Commits on May 9, 2024

  1. Add support for PyTest

    This is an initial go at converting from nose to pytest.  There are a few issues
    that were also fixed so that the tests could run to completion that were from
    some older files that were not being run.  Note that the regression tests are
    not passing barely right now probably due to a slight change to the code in the
    intervening time since the tests were working.
    mandli committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8bd73fa View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Add testing github action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9aa2053 View commit details
    Browse the repository at this point in the history
  2. Add github CI script

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    27f09a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac53c2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    261fb77 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecc66c5 View commit details
    Browse the repository at this point in the history
  6. Add tests badge to readme

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a909c0b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1ad18db View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d0bb3a6 View commit details
    Browse the repository at this point in the history
  9. Remove caching

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    28a9924 View commit details
    Browse the repository at this point in the history
  10. Add explicit pathing

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    929c2e0 View commit details
    Browse the repository at this point in the history
  11. Add more explicit pathing

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    55db9ee View commit details
    Browse the repository at this point in the history
  12. Add more explicit pathing

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b2c2a9e View commit details
    Browse the repository at this point in the history
  13. Add more explicit pathing

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    15da52a View commit details
    Browse the repository at this point in the history
  14. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3c870bf View commit details
    Browse the repository at this point in the history
  15. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    67e15cc View commit details
    Browse the repository at this point in the history
  16. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e3e8378 View commit details
    Browse the repository at this point in the history
  17. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6abcaa8 View commit details
    Browse the repository at this point in the history
  18. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5f22653 View commit details
    Browse the repository at this point in the history
  19. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b8990da View commit details
    Browse the repository at this point in the history
  20. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    803a00b View commit details
    Browse the repository at this point in the history
  21. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    84c0b37 View commit details
    Browse the repository at this point in the history
  22. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    aea3072 View commit details
    Browse the repository at this point in the history
  23. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9ce11ad View commit details
    Browse the repository at this point in the history
  24. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    82cb147 View commit details
    Browse the repository at this point in the history
  25. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    fd67ed5 View commit details
    Browse the repository at this point in the history
  26. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    5664380 View commit details
    Browse the repository at this point in the history
  27. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b80dc77 View commit details
    Browse the repository at this point in the history
  28. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    7f4223f View commit details
    Browse the repository at this point in the history
  29. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3f08d40 View commit details
    Browse the repository at this point in the history
  30. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    07fa18b View commit details
    Browse the repository at this point in the history
  31. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6e16d76 View commit details
    Browse the repository at this point in the history
  32. Modify testing action

    mandli committed May 10, 2024
    Configuration menu
    Copy the full SHA
    98a9d70 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    f7a1620 View commit details
    Browse the repository at this point in the history
  2. Futzing with ninja

    mandli committed May 13, 2024
    Configuration menu
    Copy the full SHA
    76134f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b28937 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    2fdf54a View commit details
    Browse the repository at this point in the history
  2. Fix numpy reference

    mandli committed May 31, 2024
    Configuration menu
    Copy the full SHA
    9e85d95 View commit details
    Browse the repository at this point in the history
  3. Add xarray to test environment

    mandli committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e901439 View commit details
    Browse the repository at this point in the history
  4. Add netCDF4 module

    mandli committed May 31, 2024
    Configuration menu
    Copy the full SHA
    fb8e638 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    b10cd81 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    dd5c411 View commit details
    Browse the repository at this point in the history