パッケージ: python3-pytest-watcher (0.4.3-2)
python3-pytest-watcher に関するリンク
Debian の資源:
pytest-watcher ソースパッケージをダウンロード:
- [pytest-watcher_0.4.3-2.dsc]
- [pytest-watcher_0.4.3.orig.tar.gz]
- [pytest-watcher_0.4.3-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Automatically rerun tests (pytest by default) when code changes
pytest-watcher is a utility designed to automatically re-run tests whenever your Python code changes. By default, it uses pytest as the test runner but also supports alternatives like tox. It works out-of-the-box for most Python projects and uses the operating system’s native file monitoring APIs - on supported systems - rather than relying in polling.
To ensure tests are executed against the latest code, it supports a configurable delay that accommodates code formatters and other post-processing tools. The utility also features an interactive mode with keyboard shortcuts, supports customizable file patterns to watch or ignore, and provides options for running tests immediately upon startup or clearing the screen before each test run.
pytest-watcher is a modern alternative to the now-unmaintained pytest-watch project. While it was inspired by pytest-watch, it is not a fork and introduces several improvements in configuration, behavior, and compatibility.
その他の python3-pytest-watcher 関連パッケージ
|
|
|
|
-
- dep: python3
- 対話式の高レベルオブジェクト指向言語 (デフォルト python3 バージョン)
-
- dep: python3-tomli
- lil' TOML parser for Python
- または python3-supported-min (>= 3.11)
- パッケージは利用できません
-
- dep: python3-watchdog
- Python API and shell utilities to monitor file system events
-
- sug: python-pytest-watcher-doc
- Automatically rerun tests (pytest by default) when code changes (Documentation)