Page MenuHomeFreeBSD

devel/py-pytest-drop-dup-tests: New Port
ClosedPublic

Authored by agh_riseup.net on Jan 18 2024, 12:22 AM.
Referenced Files
Unknown Object (File)
Mon, Aug 10, 7:50 AM
Unknown Object (File)
Sat, Aug 8, 8:42 AM
Unknown Object (File)
Mon, Aug 3, 2:49 PM
Unknown Object (File)
Sun, Aug 2, 4:09 AM
Unknown Object (File)
Sun, Aug 2, 1:49 AM
Unknown Object (File)
Sun, Aug 2, 12:44 AM
Unknown Object (File)
Sat, Aug 1, 7:09 AM
Unknown Object (File)
Wed, Jul 29, 9:54 PM

Details

Summary

devel/py-pytest-drop-dup-tests: A Pytest plugin to drop duplicated tests
during collection.

Pytest by default will collect all tests from directories or files given
in the command-line. Tests from tests/unit will appear twice, because
they will be collected again when pytest sees the tests directory in the
command-line.

This plugin is intended for the cases where the user wants to run all
tests from tests/unit first and then the rest of the tests under tests,
without duplicates.

https://github.com/nicoddemus/pytest-drop-dup-tests

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable