パッケージ: python3-pytest-unordered (0.7.0-1)
python3-pytest-unordered に関するリンク
pytest-unordered ソースパッケージをダウンロード:
- [pytest-unordered_0.7.0-1.debian.tar.xz]
- [pytest-unordered_0.7.0-1.dsc]
- [pytest-unordered_0.7.0.orig.tar.gz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Test equality of unordered collections in pytest
This library provides a utility to assert the equality of collections while ignoring the order of elements, a requirement often encountered when dealing with unordered datasets. Utilizing this library simplifies the process of verifying that collections contain equivalent items without necessitating a concern for order, which is especially useful in testing frameworks where external data sources might return data in non-guaranteed sequences. By incorporating functionality to operate within complex nested data structures, it enhances test writing by allowing precise order checking control, thereby minimizing boilerplate code and increasing readability. The ability to specifically designate unordered assertions within larger structured datasets provides a granular approach to type and element equivalence verification.
その他の python3-pytest-unordered 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3