feat(#536): add support .csv files for open_fixture#615
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #615 +/- ##
==========================================
- Coverage 79.09% 79.05% -0.05%
==========================================
Files 99 99
Lines 7861 7915 +54
Branches 1065 1073 +8
==========================================
+ Hits 6218 6257 +39
- Misses 1301 1315 +14
- Partials 342 343 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Documentation preview will be available shortly at https://litestar-org.github.io/advanced-alchemy-docs-preview/615 |
fe8e323 to
280ce6b
Compare
|
@HairlessVillager do you mind if i make a few tweaks to this before we merge? Overall, it's not bad but there are few improvements to add. For instance, I think I don't think we can use Sorry for the long time between you creating this and my review. |
Please go ahead with the tweaks, I appreciate you taking the time to review it! |
Description
Add comprehensive CSV file support to the
open_fixtureandopen_fixture_asyncfunctions, expanding the fixture loading capabilities beyond JSON to include comma-separated value files.Closes
Closes #536