Skip to content
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

[FEATURE] Support pytest config file options #80

Open
dragonpaw opened this issue Apr 15, 2022 · 0 comments
Open

[FEATURE] Support pytest config file options #80

dragonpaw opened this issue Apr 15, 2022 · 0 comments

Comments

@dragonpaw
Copy link

Is your feature request related to a problem? Please describe.
Support options in pytest config file

Describe the solution you'd like

[pytest]
block_network = True
ignore_localhost = True
allowed_hosts = [ "::1" ] # Ipv6 localhost isn't considered localhost.

Describe alternatives you've considered
I know I can use addopts, but my addopts line is getting very, very long... ;)

Additional context
Great plugin, love it!

@dragonpaw dragonpaw changed the title [FEATURE] [FEATURE] Support pytest config file options Apr 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants