Page MenuHomeFreeBSD

testing: workaround pytest parser but in pytest-atf-wrapper.
ClosedPublic

Authored by melifaro on Jun 27 2022, 3:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Dec 29, 5:06 AM
Unknown Object (File)
Nov 29 2025, 5:30 PM
Unknown Object (File)
Nov 13 2025, 4:25 AM
Unknown Object (File)
Nov 10 2025, 11:26 PM
Unknown Object (File)
Nov 8 2025, 11:59 PM
Unknown Object (File)
Oct 31 2025, 12:38 AM
Unknown Object (File)
Oct 13 2025, 8:45 AM
Unknown Object (File)
Oct 11 2025, 2:27 PM
Subscribers

Details

Summary

Problem:

parsing of plugin args breaks after having any path-like argument (--atf --atf-file /dev/null works, but --atf --atf-file /dev/null --atf-cleanup does not).

Pytest issues: 3097, 6904 and probably others.

This diff implements the suggested workaround - passing values in form --arg=value instead of --arg value.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable