adamchainz / django-perf-rec

Keep detailed records of the performance of your Django code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add option/flag to provide full output in pytest

rixx opened this issue · comments

At least for my setup, pytest doesn't show the full diff even with -vvv flags, so adding an option to log to stdout even with pytest would be appreciated.

What versions of django, pytest, and pytest-django are you on? Maybe something changed...

django==2.2.1
pytest==4.4.1
pytest-django==3.4.8

says pip freeze.