https://github.com/bast/runtest
:clapper: Numerically tolerant end-to-end test library for research software.
https://github.com/bast/runtest
integration-testing python
Last synced: about 1 year ago
JSON representation
:clapper: Numerically tolerant end-to-end test library for research software.
- Host: GitHub
- URL: https://github.com/bast/runtest
- Owner: bast
- License: mpl-2.0
- Created: 2014-05-30T15:40:14.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T16:15:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T07:22:39.550Z (about 1 year ago)
- Topics: integration-testing, python
- Language: Python
- Homepage: http://runtest.readthedocs.io
- Size: 1.61 MB
- Stars: 23
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/bast/runtest/actions)
[](https://coveralls.io/r/bast/runtest?branch=main)
[](http://runtest.readthedocs.io)
[](LICENSES/MPL-2.0.txt)
[](https://doi.org/10.5281/zenodo.1069004)
[](https://badge.fury.io/py/runtest)
# runtest
Numerically tolerant end-to-end test library for research software.

Image: [Midjourney](https://midjourney.com/), [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/legalcode)
## 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](https://github.com/bast/runtest/blob/main/.github/workflows/test.yml).
## Documentation
- [Latest code](http://runtest.readthedocs.io/en/latest/) (main branch)
Past versions
- [1.3.z](http://runtest.readthedocs.io/en/release-1.3.z/) ([release-1.3.z branch](https://github.com/bast/runtest/tree/release-1.3.z))
## Citation
For a recommended citation, please check the at the bottom-right of
.
## Projects using runtest
- [DIRAC](http://diracprogram.org)
- [Dalton](http://daltonprogram.org) and [LSDalton](http://daltonprogram.org)
- [GIMIC](https://github.com/qmcurrents/gimic)
- [OpenRSP](http://openrsp.org)
- [MRChem](https://mrchem.readthedocs.io/en/latest/)
- GRASP (General-purpose Relativistic Atomic Structure Program)
- [eT](https://etprogram.org)
If you use runtest, please add a link to your project via a pull
request.
## Similar projects
- [testcode](http://testcode.readthedocs.io) is a python module for
testing for regression errors in numerical (principally scientific)
software.