pytest-deadfixtures icon indicating copy to clipboard operation
pytest-deadfixtures copied to clipboard

Issue 47

Open supercoder-dev opened this issue 1 year ago • 0 comments

To solve the problem of duplicate fixture detection for Callable return types, we need to modify the same_result function within the same_fixture function. Specifically, we should use getattr for accessing the __dict__ attribute to ensure the comparison works correctly.

supercoder-dev avatar Jun 19 '24 13:06 supercoder-dev