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)
Wed, Apr 29, 9:39 AM
Unknown Object (File)
Mon, Apr 27, 9:29 AM
Unknown Object (File)
Wed, Apr 22, 7:44 AM
Unknown Object (File)
Mar 28 2026, 9:35 AM
Unknown Object (File)
Mar 21 2026, 12:45 PM
Unknown Object (File)
Mar 8 2026, 7:55 PM
Unknown Object (File)
Mar 6 2026, 1:56 PM
Unknown Object (File)
Feb 8 2026, 10:22 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