Skip to content
/ runtest Public

🎬 Numerically tolerant end-to-end test library for research software.

Notifications You must be signed in to change notification settings

bast/runtest

Repository files navigation

image image image image image image

runtest

Numerically tolerant end-to-end test library for research software.

image of a hardware circuit with red and green light bulbs

Image: Midjourney, CC BY-NC 4.0

Installation

$ pip install runtest

Supported Python versions

The library is tested with Python 3.7, 3.8, 3.9, 3.10. If you want to test runtest itself on your computer, you can follow what we do in the CI workflow.

Documentation

Past versions

Citation

For a recommended citation, please check the at the bottom-right of https://zenodo.org/record/3893712.

Projects using runtest

If you use runtest, please add a link to your project via a pull request.

Similar projects

  • testcode is a python module for testing for regression errors in numerical (principally scientific) software.