パッケージ: python3-syrupy (4.7.2-1)
python3-syrupy に関するリンク
Debian の資源:
python-syrupy ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Snapshot plugin for pytest (Python 3)
Syrupy enables developers to write tests which assert immutability of computed results. It aims to upload the following key values:
Extensible: If a particular data type is not supported, users should be able to easily and quickly add support.
Idiomatic: Snapshot testing should fit naturally among other test cases in pytest, e.g. assert x == snapshot vs. snapshot.assert_match(x).
Soundness: Snapshot tests should uncover even the most minute issues. Unlike other snapshot libraries, Syrupy will fail a test suite if a snapshot does not exist, not just on snapshot differences.
This package installs the Python 3 module.
その他の python3-syrupy 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3