软件包: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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pytest
- Simple, powerful testing in Python3