Pytest-executable
pytest-executable is a pytest plugin for simplifying the black-box testing of an executable, be it written in python or not. It helps to avoid writing the boilerplate test code to:
define the settings of a test case in a yaml file,
spawn a subprocess for running an executable,
reorder the tests properly either for a single test case or across several test cases,
handle the outputs and references directory trees,
provide convenient fixtures to customize the checking of the outcome of an executable.
It integrates naturally with standard test scripts written for pytest.
This plugin is originally intended for testing executables that create scientific data but it may hopefully be helpful for other kinds of executables. This project is still young, but already used in a professional environment.
Documentation
The project documentation and installation instructions are available online.
Contributing
A contributing guide will be soon available (just a matter of free time).
Please fill an issue on the Github issue tracker for any bug report, feature request or question.
Copyright and License
Copyright 2020, CS GROUP
pytest-executable is a free and open source software, distributed under the Apache License 2.0. See the LICENSE.txt file for more information, or the quick summary of this license on tl;drLegal website.
Release files for pytest-executable 0.5.6
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pytest-executable-0.5.6.tar.gz | 55.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pytest_executable-0.5.6-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 80.4 kB
Release files / pytest-executable-0.5.6.tar.gz
| Download URL | pytest-executable-0.5.6.tar.gz |
|---|---|
| Size | 55.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f61d428ed84c086e6fed14a9dc5a8bfd936c2d938ed525f52b4f80262a69804c
|
|
BLAKE2b-256 checksum How to use checksums |
198f012dffc1d6af188b24b714bb093fb00184bdd656b7ea0f83d27bae551021
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|
Release files / pytest_executable-0.5.6-py3-none-any.whl
| Download URL | pytest_executable-0.5.6-py3-none-any.whl |
|---|---|
| Size | 25.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fd386f755e6d2343843089bc9debe608c7df5d0505824d95347e4ec339eb416b
|
|
BLAKE2b-256 checksum How to use checksums |
15e788b6300c59ebc43513ca2c257da8a9825773e3cdbf7b412515ac93daba0a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.4
|