Pytest plugin for testing console scripts
https://github.com/kvas-it/pytest-console-scripts
Pytest-console-scripts is a `Pytest`_ plugin for testing python scripts
installed via ``console_scripts`` entry point of ``setup.py``. It can run the
scripts under test in a separate process or using the interpreter that's
running the test suite. The former mode ensures that the script will run in an
environment that is identical to normal execution whereas the latter one allows
much quicker test runs during development while simulating the real runs as
much as possible.
- Devel package for openSUSE:Factory
-
2
derived packages
- Links to openSUSE:Factory / python-pyte...le-scripts
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python:pytest/python-pytest-console-scripts && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pytest-console-scripts-1.4.1.tar.gz | 0000020994 20.5 KB | |
python-pytest-console-scripts.changes | 0000003823 3.73 KB | |
python-pytest-console-scripts.spec | 0000002800 2.73 KB |
Revision 25 (latest revision is 26)
Matej Cepl (mcepl)
accepted
request 1156454
from
Benjamin Greiner (bnavigator)
(revision 25)
- Fix requirements for python39 (yes really) - Make brittle test "fix" depending on the undocumented value of unexpanded %python_bin_suffix more robust
Comments 0