You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ini configuration should support listing local plugins while opting out of early conftest consideration
this would allow more controll over cli arguments
as additional extension it should allow to list global plugins for early initalizatoon, maybe with a marker if the global plugins are optional
[pytest]
plugins =
pytest_cov? # enable coverage early if we have it
testing/pytest_plugin.py #explicit filename
myproject.testsupport # import, could also be used to add other tests
Originally reported by: Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)
ini configuration should support listing local plugins while opting out of early conftest consideration
this would allow more controll over cli arguments
as additional extension it should allow to list global plugins for early initalizatoon, maybe with a marker if the global plugins are optional
The text was updated successfully, but these errors were encountered: