File: control

package info (click to toggle)
python-pytest-random-order 1.0.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: python: 680; makefile: 12; sh: 6
file content (33 lines) | stat: -rw-r--r-- 1,272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: python-pytest-random-order
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Nick Morrott <nickm@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all (>= 3.5),
 python3-pytest (>= 3.0),
 python3-setuptools,
Standards-Version: 4.5.1
Homepage: https://github.com/jbasko/pytest-random-order
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-random-order
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-random-order.git
Rules-Requires-Root: no

Package: python3-pytest-random-order
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: 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.