Metadata-Version: 1.1
Name: runtest
Version: 2.0.0
Summary: Numerically tolerant end-to-end test library for scientific codes.
Home-page: https://github.com/bast/runtest
Author: Radovan Bast
Author-email: radovan.bast@uit.no
License: MPL-2.0
Description-Content-Type: UNKNOWN
Description: .. image:: https://travis-ci.org/bast/runtest.svg?branch=master
           :target: https://travis-ci.org/bast/runtest/builds
        .. image:: https://ci.appveyor.com/api/projects/status/github/bast/runtest?branch=master&svg=true
           :target: https://ci.appveyor.com/project/bast/runtest/history
        .. image:: https://coveralls.io/repos/bast/runtest/badge.png?branch=master
           :target: https://coveralls.io/r/bast/runtest?branch=master
        .. 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: ../master/LICENSE
        .. image:: https://zenodo.org/badge/20333876.svg
           :target: https://zenodo.org/badge/latestdoi/20333876
        
        
        runtest
        =======
        
        Numerically tolerant end-to-end test library for scientific codes.
        
        Tested with Python 2.7 and 3.6.
        
        .. figure:: https://github.com/bast/runtest/raw/master/img/xanathar.jpg
           :alt: Xanathar
        
        
        Installation
        ------------
        
        ::
        
          $ pip install runtest
        
        
        Documentation
        -------------
        
        -  `Latest code <http://runtest.readthedocs.io/en/latest/>`__ (master
           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
        --------
        
        If you use this tool in a program or publication, please acknowledge its
        author(s) by adding the following reference:
        
        - Runtest 2.0.0, November 2017, Radovan Bast, UiT The Arctic University of Norway, Norway, https://doi.org/10.5281/zenodo.1069005.
        
        
        Projects using runtest
        ----------------------
        
        -  `DIRAC <http://diracprogram.org>`__
        -  `Dalton <http://daltonprogram.org>`__ and
           `LSDalton <http://daltonprogram.org>`__
        -  `GPUnCH <http://gpunch.org>`__
        -  `OpenRSP <http://openrsp.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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
