[ 源代码: python-pytest-random-order ]
软件包:python3-pytest-random-order(1.0.4-3)
python3-pytest-random-order 的相关链接
Debian 的资源:
下载源码包 python-pytest-random-order:
- [python-pytest-random-order_1.0.4-3.dsc]
- [python-pytest-random-order_1.0.4.orig.tar.xz]
- [python-pytest-random-order_1.0.4-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
pytest plugin to randomise the order of tests (Python 3)
pytest-random-order is a pytest plugin that randomises the order of tests. This can be useful to detect a test that passes just because it happens to run after an unrelated test that leaves the system in a favourable state.
The plugin allows the user to control the level of randomness they want to introduce and to disable reordering on subsets of tests. Tests can be rerun in a specific order by passing a seed value reported in a previous test run.
This package installs the pytest plugin for Python 3.
其他与 python3-pytest-random-order 有关的软件包
|
|
|
|
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-pytest (>= 3.0)
- Simple, powerful testing in Python3