Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Testing

tdayris-perso edited this page Jan 6, 2021 · 2 revisions

Testing

Unit testing

Scripts embedded within this pipeline can be tested with make and pytest.

make all-unit-tests

Smoke testing

The smoke tests are used for continuous integration, just run:

make conda-tests                    # To test conda installer
make test-cli-wrapper-report.html   # To test the pipeline itself

CI

Continuous integration is available. See the "Actions" tab on Github.