clawpack / geoclaw

Version of Clawpack for geophysical waves and flows
http://www.clawpack.org/geoclaw
BSD 3-Clause "New" or "Revised" License
75 stars 86 forks source link

Switch Testing to PyTest and CI to GitHub Actions #610

Open mandli opened 1 month ago

mandli commented 1 month ago

This PR does 2 major things:

  1. switch from nose to pytest for testing in general and
  2. implements GitHub actions to do continuous integration (CI).

Currently the regression tests are failing in a couple of places but the testing itself now works. I would be in favor of merging this PR sooner rather than later despite this so we have some apparatus in place for testing.