Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR increases pytest verbosity to provide more detailed output when tests fail, particularly for model object comparisons. The change enables better debugging by showing more information about test failures.
Key Changes
- Increased pytest verbosity from
-vto-vvin the tox configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1729 +/- ##
==========================================
- Coverage 75.11% 75.08% -0.04%
==========================================
Files 84 84
Lines 11856 11856
==========================================
- Hits 8906 8902 -4
- Misses 2950 2954 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
I think we should not do it by default! there is |
This PR makes pytest output more verbose so that failure of comparison between model objects and their expected output can be meaningfully depicted. This PR and dandi/dandi-schema#341 together form a solution to address the issue described at #1716 (comment).