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

Show Django's version in the django report header #1080

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

bluetech
Copy link
Member

Fix #987.

Before:

platform linux -- Python 3.11.4, pytest-7.4.2, pluggy-1.3.0
django: settings: conf.settings (from ini)
rootdir: /my/project
configfile: pytest.ini
plugins: xdist-3.3.1, snapshot-0.9.0, django-4.5.3.dev49+g055f251

After:

platform linux -- Python 3.11.4, pytest-7.4.2, pluggy-1.3.0
django: version: 4.2.5, settings: conf.settings (from ini)
rootdir: /my/project
configfile: pytest.ini
plugins: xdist-3.3.1, snapshot-0.9.0, django-4.5.3.dev49+g055f251

@bluetech bluetech merged commit d8be0ef into pytest-dev:master Oct 29, 2023
15 checks passed
@bluetech bluetech deleted the header-dj-version branch October 29, 2023 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Django version to report header
1 participant