Skip to content

local plugin-list and early conftest opt-out #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
pytestbot opened this issue May 31, 2012 · 1 comment
Closed

local plugin-list and early conftest opt-out #152

pytestbot opened this issue May 31, 2012 · 1 comment
Labels
type: enhancement new feature or API change, should be merged into features branch

Comments

@pytestbot
Copy link
Contributor

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

[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

@pytestbot pytestbot added the type: enhancement new feature or API change, should be merged into features branch label Jun 15, 2015
@RonnyPfannschmidt
Copy link
Member

closing this one as unspecific/mega-long-term

fkohlgrueber pushed a commit to fkohlgrueber/pytest that referenced this issue Oct 27, 2018
fkohlgrueber pushed a commit to fkohlgrueber/pytest that referenced this issue Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement new feature or API change, should be merged into features branch
Projects
None yet
Development

No branches or pull requests

2 participants