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
F105971722: D43484.diff
Mon, Dec 23, 7:13 AM
Unknown Object (File)
Wed, Dec 11, 7:58 AM
Unknown Object (File)
Tue, Dec 10, 4:29 AM
Unknown Object (File)
Mon, Dec 2, 5:29 PM
Unknown Object (File)
Mon, Dec 2, 10:28 AM
Unknown Object (File)
Sun, Dec 1, 1:48 AM
Unknown Object (File)
Mon, Nov 25, 7:01 AM
Unknown Object (File)
Nov 22 2024, 6:41 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