[ trixie ]
[ sid ]
[ ソース: pytest-console-scripts ]
パッケージ: python3-pytest-console-scripts (1.4.1-2)
python3-pytest-console-scripts に関するリンク
Debian の資源:
pytest-console-scripts ソースパッケージをダウンロード:
- [pytest-console-scripts_1.4.1-2.dsc]
- [pytest-console-scripts_1.4.1.orig.tar.gz]
- [pytest-console-scripts_1.4.1-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Pytest plugin for running Python scripts from within tests
This plugin is quite similar to `subprocess.run()`, but it also has an in-process mode, where the scripts are executed by the interpreter that's running `pytest` (using some amount of sandboxing).
In-process mode significantly reduces the run time of the test suites that run many external scripts. This is speeds up development. In a CI environment subprocess mode can be used to make sure the scripts also work (and behave the same) when run by a fresh interpreter.
その他の python3-pytest-console-scripts 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-importlib-metadata
- library to access the metadata for a Python package - Python 3.x
- または python3-supported-min (>= 3.10)
- パッケージは利用できません
-
- dep: python3-pytest
- Simple, powerful testing in Python3