runtest


Nameruntest JSON
Version 2.3.4 PyPI version JSON
download
home_pagehttps://github.com/bast/runtest
Summaryruntest: Numerically tolerant end-to-end test library for research software.
upload_time2023-06-04 20:56:07
maintainerNone
docs_urlNone
authorRadovan Bast
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![image](https://github.com/bast/runtest/workflows/Test/badge.svg)](https://github.com/bast/runtest/actions)
[![image](https://coveralls.io/repos/bast/runtest/badge.png?branch=main)](https://coveralls.io/r/bast/runtest?branch=main)
[![image](https://readthedocs.org/projects/runtest/badge/?version=latest)](http://runtest.readthedocs.io)
[![image](https://img.shields.io/badge/license-%20MPL--v2.0-blue.svg)](LICENSE)
[![image](https://zenodo.org/badge/DOI/10.5281/zenodo.1069004.svg)](https://doi.org/10.5281/zenodo.1069004)
[![image](https://badge.fury.io/py/runtest.svg)](https://badge.fury.io/py/runtest)


# runtest

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

![image of a hardware circuit with red and green light bulbs](img/runtest-small.png)

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
<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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bast/runtest",
    "name": "runtest",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Radovan Bast",
    "author_email": "radovan.bast@uit.no",
    "download_url": "https://files.pythonhosted.org/packages/27/ca/8f76804054189bb9ad2a76cf68a892eb1770460afc7bafa2bcffcd619440/runtest-2.3.4.tar.gz",
    "platform": null,
    "description": "[![image](https://github.com/bast/runtest/workflows/Test/badge.svg)](https://github.com/bast/runtest/actions)\n[![image](https://coveralls.io/repos/bast/runtest/badge.png?branch=main)](https://coveralls.io/r/bast/runtest?branch=main)\n[![image](https://readthedocs.org/projects/runtest/badge/?version=latest)](http://runtest.readthedocs.io)\n[![image](https://img.shields.io/badge/license-%20MPL--v2.0-blue.svg)](LICENSE)\n[![image](https://zenodo.org/badge/DOI/10.5281/zenodo.1069004.svg)](https://doi.org/10.5281/zenodo.1069004)\n[![image](https://badge.fury.io/py/runtest.svg)](https://badge.fury.io/py/runtest)\n\n\n# runtest\n\nNumerically tolerant end-to-end test library for research software.\n\n![image of a hardware circuit with red and green light bulbs](img/runtest-small.png)\n\nImage: [Midjourney](https://midjourney.com/), [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/legalcode)\n\n\n## Installation\n\n```\n$ pip install runtest\n```\n\n\n## Supported Python versions\n\nThe library is tested with Python 3.7, 3.8, 3.9, 3.10.  If you want to test\nruntest itself on your computer, you can follow what we do in the [CI\nworkflow](https://github.com/bast/runtest/blob/main/.github/workflows/test.yml).\n\n\n## Documentation\n\n- [Latest code](http://runtest.readthedocs.io/en/latest/) (main branch)\n\n\nPast versions\n- [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))\n\n\n## Citation\n\nFor a recommended citation, please check the at the bottom-right of\n<https://zenodo.org/record/3893712>.\n\n\n## Projects using runtest\n\n- [DIRAC](http://diracprogram.org)\n- [Dalton](http://daltonprogram.org) and [LSDalton](http://daltonprogram.org)\n- [GIMIC](https://github.com/qmcurrents/gimic)\n- [OpenRSP](http://openrsp.org)\n- [MRChem](https://mrchem.readthedocs.io/en/latest/)\n- GRASP (General-purpose Relativistic Atomic Structure Program)\n- [eT](https://etprogram.org)\n\nIf you use runtest, please add a link to your project via a pull\nrequest.\n\n\n## Similar projects\n\n- [testcode](http://testcode.readthedocs.io) is a python module for\n  testing for regression errors in numerical (principally scientific)\n  software.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "runtest: Numerically tolerant end-to-end test library for research software.",
    "version": "2.3.4",
    "project_urls": {
        "Homepage": "https://github.com/bast/runtest"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2b03b9a333b4e67282f52f7652d93f038c6c6783172b475f40f6a4b36b55420d",
                "md5": "03ed0532cdcbbc9eadb911bed0e59011",
                "sha256": "647111d256ce890f175405f316d4bb7bc74c59c8a78b416be6223d6cfe44e786"
            },
            "downloads": -1,
            "filename": "runtest-2.3.4-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "03ed0532cdcbbc9eadb911bed0e59011",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 20730,
            "upload_time": "2023-06-04T20:56:05",
            "upload_time_iso_8601": "2023-06-04T20:56:05.146386Z",
            "url": "https://files.pythonhosted.org/packages/2b/03/b9a333b4e67282f52f7652d93f038c6c6783172b475f40f6a4b36b55420d/runtest-2.3.4-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "27ca8f76804054189bb9ad2a76cf68a892eb1770460afc7bafa2bcffcd619440",
                "md5": "84ca10c9def6f954513215dc88ada865",
                "sha256": "7280050da6efefbd93a9505c6ba4b139d8abdcec11a98d954f3355b66f979887"
            },
            "downloads": -1,
            "filename": "runtest-2.3.4.tar.gz",
            "has_sig": false,
            "md5_digest": "84ca10c9def6f954513215dc88ada865",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1449114,
            "upload_time": "2023-06-04T20:56:07",
            "upload_time_iso_8601": "2023-06-04T20:56:07.103221Z",
            "url": "https://files.pythonhosted.org/packages/27/ca/8f76804054189bb9ad2a76cf68a892eb1770460afc7bafa2bcffcd619440/runtest-2.3.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-04 20:56:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bast",
    "github_project": "runtest",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "runtest"
}
        
Elapsed time: 0.08219s