套件:python3-pytest-unordered(0.7.0-1)
python3-pytest-unordered 的相關連結
Debian 的資源:
下載原始碼套件 pytest-unordered:
- [pytest-unordered_0.7.0-1.dsc]
- [pytest-unordered_0.7.0.orig.tar.gz]
- [pytest-unordered_0.7.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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