CI/CD testing job
This fixes #29 (closed) by adding a pytest
job to the CI/CD pipeline. It runs pytest
on modules prefixed with test_
anywhere in the project. Currently there are some very basic tests in src/rapidpe_rift_pipe
which simply import the module, and either run a placeholder test, or in the case of test_modules.py
, it runs a few unit tests on one function.