pkgsrc/devel/py-test-random-order/PLIST
adam 4648cd6f6b 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.
2020-01-29 21:43:02 +00:00

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