Is there a way in PyTest to pass command line arguments to conftest.py directly?
I know that there is a way to pass args in tests itself like it was shown here, but is there a way to pass in conftest.py directly? I want to configure some common stuff for all tests this way.