macOS
brew install pytestlocal Homebrew formula metadata
brew / 順位 1377
pytest のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install pytestlocal Homebrew formula metadata
sudo apt install python-pytest-docDebian stable package indexes · python-pytest-doc · ソース: deb.debian.org
sudo dnf install python3-pytestFedora Rawhide package metadata · python3-pytest · ソース: dl.fedoraproject.org
概要
Simple powerful testing with Python
履歴
pytest is a mature Python testing framework and command-line test runner known for plain assertions, fixtures, automatic discovery, detailed failure output, and a large plugin ecosystem.
pytest traces its roots to testing experiments around PyPy and Holger Krekel’s complementary-standard-library work in 2004. The std.utest component became py.test when the std project was renamed py around September or October 2004.
The 2009 py 1.0 release introduced foundational funcargs/fixtures and a plugin architecture. In November 2010, pytest 2.0 became a package separate from py, although the command was still named py.test. Pytest 3.0 in August 2016 established pytest as the recommended command-line entry point.
pytest grew from the PyPy and py-library communities into a general-purpose Python test framework. Its fixture and plugin architecture enabled an extensive surrounding ecosystem, while compatibility with unittest-style tests eased adoption in existing Python projects. Distribution through PyPI and operating-system package managers made it common in development environments and CI systems.
Developers write test functions using ordinary Python assertions, request reusable fixtures through function arguments, and run discovery with the pytest command. Plugins extend collection, reporting, coverage, parallelization, frameworks, and other behavior. Pytest can also execute unittest-based test suites.
pytest is a package-ecosystem landmark: it popularized plain assert statements with rich failure introspection, composable fixtures, automatic test discovery, and a broad plugin model. Its long migration from the py library to an independent pytest package also explains legacy names such as py.test and historical dependencies encountered in older environments.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
pytest.toml.pytest.tomlpytest.ini.pytest.inipyproject.tomltox.inisetup.cfg実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
py.test | cli | グローバル実行可能ファイル | |
pytest | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://docs.pytest.org/en/latest/
インストールメタデータ
| パッケージキー | brew:pytest |
|---|---|
| バージョン | 9.1.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/pytest |
| ホームページ | https://docs.pytest.org/en/latest/ |
| 上流ドキュメント | https://docs.pytest.org/en/latest/ |
| ライセンス | MIT |
| ソースアーカイブ | https://files.pythonhosted.org/packages/e4/47/b9efed96c114afcfa3c9d3fe98a76a1d14c74a9e266d397cf6eb64be5e01/pytest-9.1.1.tar.gz |
| 最終更新 | 2026-06-20T12:34:40Z |
| Pulse | updated |
| 依存関係 | python@3.14 |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | pytest |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
python-pytest-doc 8.3.5-2
Simple, powerful testing in Python - Documentation
sudo apt install python-pytest-docpython3-pytest 8.3.5-2
Simple, powerful testing in Python3
sudo apt install python3-pytestpython-pytest-doc 7.4.4-1
Simple, powerful testing in Python - Documentation
sudo apt install python-pytest-docpython3-pytest 7.4.4-1
Simple, powerful testing in Python3
sudo apt install python3-pytestpython3-pytest 9.1.1-1.fc45
Simple powerful testing with Python
sudo dnf install python3-pytestソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.