{"id":25723513,"url":"https://github.com/cs-si/pytest-executable","last_synced_at":"2025-08-01T04:41:33.711Z","repository":{"id":40500835,"uuid":"257805756","full_name":"CS-SI/pytest-executable","owner":"CS-SI","description":"A pytest plugin for testing executables.","archived":false,"fork":false,"pushed_at":"2023-10-07T08:02:07.000Z","size":297,"stargazers_count":14,"open_issues_count":2,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-15T00:48:09.312Z","etag":null,"topics":["executable","pytest","pytest-plugin","testing-tools"],"latest_commit_sha":null,"homepage":"https://pytest-executable.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CS-SI.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-22T05:55:57.000Z","updated_at":"2024-10-16T06:12:03.000Z","dependencies_parsed_at":"2025-02-25T20:47:11.109Z","dependency_job_id":null,"html_url":"https://github.com/CS-SI/pytest-executable","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CS-SI%2Fpytest-executable","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CS-SI%2Fpytest-executable/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CS-SI%2Fpytest-executable/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CS-SI%2Fpytest-executable/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CS-SI","download_url":"https://codeload.github.com/CS-SI/pytest-executable/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252801260,"owners_count":21806283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["executable","pytest","pytest-plugin","testing-tools"],"created_at":"2025-02-25T20:36:56.145Z","updated_at":"2025-05-07T02:30:24.277Z","avatar_url":"https://github.com/CS-SI.png","language":"Python","readme":"Pytest-executable\n=================\n\n.. inclusion-marker-do-not-remove\n\n.. image:: https://img.shields.io/pypi/l/pytest-executable.svg\n    :target: `quick summary`_\n\n.. image:: https://img.shields.io/pypi/v/pytest-executable.svg\n    :target: https://pypi.org/project/pytest-executable\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/pytest-executable\n    :target: https://anaconda.org/conda-forge/pytest-executable\n\n.. image:: https://img.shields.io/pypi/pyversions/pytest-executable.svg\n\n.. image:: https://img.shields.io/badge/platform-linux%20%7C%20macos-lightgrey\n\n.. image:: https://img.shields.io/readthedocs/pytest-executable/stable\n    :target: https://pytest-executable.readthedocs.io/en/stable/?badge=stable\n    :alt: Read The Docs Status\n\n.. image:: https://img.shields.io/travis/CS-SI/pytest-executable/master\n    :target: https://travis-ci.org/CS-SI/pytest-executable\n    :alt: Travis-CI Build Status\n\n.. image:: https://img.shields.io/codecov/c/gh/CS-SI/pytest-executable/develop\n    :target: https://codecov.io/gh/CS-SI/pytest-executable\n    :alt: Codecov coverage report\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n    :target: https://github.com/psf/black\n\n*pytest-executable* is a `pytest`_ plugin for simplifying the black-box\ntesting of an executable, be it written in python or not. It helps to avoid\nwriting the boilerplate test code to:\n\n- define the settings of a test case in a yaml file,\n- spawn a subprocess for running an executable,\n- reorder the tests properly either for a single test case or across several test cases,\n- handle the outputs and references directory trees,\n- provide convenient fixtures to customize the checking of the outcome of an executable.\n\nIt integrates naturally with standard test scripts written for pytest.\n\nThis plugin is originally intended for testing executables that create\nscientific data but it may hopefully be helpful for other kinds of executables.\nThis project is still young, but already used in a professional environment.\n\n\nDocumentation\n-------------\n\nThe project documentation and installation instructions are available `online`_.\n\n\nContributing\n------------\n\nA contributing guide will be soon available (just a matter of free time).\n\nPlease fill an issue on the `Github issue tracker`_ for any bug report, feature\nrequest or question.\n\n\nAuthors\n-------\n\n-  `Antoine Dechaume`_ - *Project creator and maintainer*\n\n\nCopyright and License\n---------------------\n\nCopyright 2020, `CS GROUP`_\n\n*pytest-executable* is a free and open source software, distributed under the\nApache License 2.0. See the `LICENSE.txt`_ file for more information, or the\n`quick summary`_ of this license on `tl;drLegal`_ website.\n\n\n.. _conda: https://docs.conda.io\n.. _pip: https://pip-installer.org\n.. _pytest: https://docs.pytest.org\n.. _online: https://pytest-executable.readthedocs.io\n.. _Github issue tracker: https://github.com/CS-SI/pytest-executable/issues\n.. _Antoine Dechaume: https://github.com/AntoineD\n.. _CS GROUP: http://www.csgroup.eu\n.. _`LICENSE.txt`: LICENSE.txt\n.. _quick summary: https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)\n.. _tl;drLegal: https://tldrlegal.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcs-si%2Fpytest-executable","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcs-si%2Fpytest-executable","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcs-si%2Fpytest-executable/lists"}