-
Notifications
You must be signed in to change notification settings - Fork 235
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
support for pyproject.toml #839
Comments
The ini option key in pyproject is equivalent to using pytest.ini |
That's what I thought but it didn't work. |
https://github.com/pytest-dev/pytest-html/blob/master/src%2Fpytest_html%2Fplugin.py#L75-L80 Based on this code pyproject is supported |
I managed to get it working via the above. However, the below does not work
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
pyproject.toml
isn't supported and onlypytest.ini
to enablegenerate_report_on_test
and I have an existing project that usespyproject.toml
with[tool.pytest.ini_options]
since you can't use both at the same time, what would you recommend?The text was updated successfully, but these errors were encountered: