[ 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