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)
Sun, Mar 8, 7:55 PM
Unknown Object (File)
Fri, Mar 6, 1:56 PM
Unknown Object (File)
Feb 8 2026, 10:22 AM
Unknown Object (File)
Feb 8 2026, 8:08 AM
Unknown Object (File)
Jan 30 2026, 6:19 PM
Unknown Object (File)
Dec 29 2025, 5:06 AM
Unknown Object (File)
Nov 29 2025, 5:30 PM
Unknown Object (File)
Nov 13 2025, 4:25 AM
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