./devel/py-test-random-order, Randomise the order in which pytest tests are run

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.1, Package name: py311-test-random-order-1.1.1, Maintainer: pkgsrc-users

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 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.


Required to run:
[devel/py-setuptools] [devel/py-test] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 14.283 KB

Version history: (Expand)


CVS history: (Expand)


   2024-01-23 08:48:48 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-random-order: updated to 1.1.1

v1.1.1
Fix error when cacheprovider plugin disabled or missing.
   2023-07-25 10:59:02 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-test-random-order: updated to 1.1.0

v1.1.0
Fixes coexistence with xdist
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2020-05-16 18:30:16 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
pytest from versioned deps.
   2020-01-29 22:43:02 by Adam Ciarcinski | Files touched by this commit (4)
Log message:
py-test-random-order: added version 1.0.4

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 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.