[ 原始碼: python-pytest-random-order ]
套件:python3-pytest-random-order(1.1.1+ds-1)
python3-pytest-random-order 的相關連結
Debian 的資源:
下載原始碼套件 python-pytest-random-order:
- [python-pytest-random-order_1.1.1+ds-1.dsc]
- [python-pytest-random-order_1.1.1+ds.orig.tar.xz]
- [python-pytest-random-order_1.1.1+ds-1.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
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pytest
- Simple, powerful testing in Python3