Skip to content

Conversation

@HairlessVillager
Copy link
Contributor

Description

Add comprehensive CSV file support to the open_fixture and open_fixture_async functions, expanding the fixture loading capabilities beyond JSON to include comma-separated value files.

Closes

Closes #536

@codecov-commenter
Copy link

codecov-commenter commented Nov 25, 2025

Codecov Report

❌ Patch coverage is 65.78947% with 26 lines in your changes missing coverage. Please review.
✅ Project coverage is 80.29%. Comparing base (82a8cee) to head (fe8e323).

Files with missing lines Patch % Lines
advanced_alchemy/utils/fixtures.py 65.78% 24 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #615      +/-   ##
==========================================
- Coverage   80.35%   80.29%   -0.06%     
==========================================
  Files          87       87              
  Lines        6433     6486      +53     
  Branches      838      846       +8     
==========================================
+ Hits         5169     5208      +39     
- Misses       1000     1014      +14     
  Partials      264      264              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

Documentation preview will be available shortly at https://litestar-org.github.io/advanced-alchemy-docs-preview/615

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhancement: open_fixture/open_fixture_async support .csv

2 participants