terrapower / armicontrib-openmc

ARMI plugin for building and running OpenMC models
Apache License 2.0
6 stars 3 forks source link

Adding placeholder GitHub CI unit tests to this repo #9

Closed john-science closed 7 months ago

john-science commented 8 months ago

This is just a starting point, so we can hook unit tests into the Continuous Integration tools provided by GitHub.

I also made the (arbitrary) choice to add a tox.ini to make running CI easier to do the same locally as on CI. This is mandatory, if you hate it.

Notice I only added one silly unit test. Eventually, we can flush out this system with more CI tools:

john-science commented 8 months ago

You'll also notice that now the "checks" for this CI show up on the bottom of every PR.