This still does not use an actual argument parser, which only gets instantiated below, and it does not appear to make sense instantiating it just for this pre-parsing it seems. `-p` without the required value is being handled before already though, so it could potentially be passed down from somewhere already?! Fixes https://github.com/pytest-dev/pytest/issues/3532.
2 lines
95 B
ReStructuredText
2 lines
95 B
ReStructuredText
``-p`` now accepts its argument without a space between the value, for example ``-pmyplugin``.
|