You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A while back, I wrote a short script to profile the fixtures in the pytest suite and then generate some simple stats and a graph representation of fixture usage by tests. The aim here is to allow us to identify potential duplicate fixture functionality and lower the maintenance load on the test suite.
We might never use it again, but it's sitting in my local clone at the moment and seems worth hanging on to in case we do want it again, even if it is just to count the tests...
The text was updated successfully, but these errors were encountered:
A while back, I wrote a short script to profile the fixtures in the
pytest
suite and then generate some simple stats and a graph representation of fixture usage by tests. The aim here is to allow us to identify potential duplicate fixture functionality and lower the maintenance load on the test suite.We might never use it again, but it's sitting in my local clone at the moment and seems worth hanging on to in case we do want it again, even if it is just to count the tests...
The text was updated successfully, but these errors were encountered: