Metadata-Version: 2.1
Name: runtest
Version: 2.3.3
Summary: runtest: Numerically tolerant end-to-end test library for research software.
Home-page: https://github.com/bast/runtest
Author: Radovan Bast
Author-email: radovan.bast@uit.no
Description-Content-Type: text/x-rst
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)

.. image:: https://github.com/bast/runtest/workflows/Test/badge.svg
   :target: https://github.com/bast/runtest/actions
.. image:: https://coveralls.io/repos/bast/runtest/badge.png?branch=main
   :target: https://coveralls.io/r/bast/runtest?branch=main
.. image:: https://readthedocs.org/projects/runtest/badge/?version=latest
   :target: http://runtest.readthedocs.io
.. image:: https://img.shields.io/badge/license-%20MPL--v2.0-blue.svg
   :target: LICENSE
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1069004.svg
   :target: https://doi.org/10.5281/zenodo.1069004
.. image:: https://badge.fury.io/py/runtest.svg
   :target: https://badge.fury.io/py/runtest


runtest
=======

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

Tested with Python 3.7, 3.8, 3.9, 3.10.

.. figure:: https://github.com/bast/runtest/raw/main/img/xanathar.jpg
   :alt: Xanathar


Installation
------------

::

  $ pip install runtest


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 https://zenodo.org/record/3893712.


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.

