adamchainz/django-perf-rec

Make current_test() find the test if called in a pytest fixture

adamchainz opened this issue · 1 comments

After #69 / #75 if we are running under a Pytest fixture, look up the TestDetails from the Pytest request object in current_test() so the automatic naming functionality can work smoothly in this case.

Fixed in #78