pytest-dev / pytest

The pytest framework makes it easy to write small tests, yet scales to support complex functional testing
https://pytest.org
MIT License
11.98k stars 2.66k forks source link

Custom plugins with required options break CLI parsing when using pytest.main() #11240

Open mathrick opened 1 year ago

mathrick commented 1 year ago
RonnyPfannschmidt commented 1 year ago

This just looks like it works as the conftests seems not to be evaluated early enough

I recommend putting it into a module and using -p my module for s test

I believe there's a Long standing low hanging fruit about required argument

I believe the recommended approach is still to use optional but raise a usage error in the conftests