4648cd6f6b
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.
25 lines
1,002 B
Text
25 lines
1,002 B
Text
@comment $NetBSD: PLIST,v 1.1 2020/01/29 21:43:02 adam Exp $
|
|
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
|
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/requires.txt
|
|
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
|
|
${PYSITELIB}/random_order/__init__.py
|
|
${PYSITELIB}/random_order/__init__.pyc
|
|
${PYSITELIB}/random_order/__init__.pyo
|
|
${PYSITELIB}/random_order/bucket_types.py
|
|
${PYSITELIB}/random_order/bucket_types.pyc
|
|
${PYSITELIB}/random_order/bucket_types.pyo
|
|
${PYSITELIB}/random_order/cache.py
|
|
${PYSITELIB}/random_order/cache.pyc
|
|
${PYSITELIB}/random_order/cache.pyo
|
|
${PYSITELIB}/random_order/config.py
|
|
${PYSITELIB}/random_order/config.pyc
|
|
${PYSITELIB}/random_order/config.pyo
|
|
${PYSITELIB}/random_order/plugin.py
|
|
${PYSITELIB}/random_order/plugin.pyc
|
|
${PYSITELIB}/random_order/plugin.pyo
|
|
${PYSITELIB}/random_order/shuffler.py
|
|
${PYSITELIB}/random_order/shuffler.pyc
|
|
${PYSITELIB}/random_order/shuffler.pyo
|