refactor: use rstest for running DAT tests#4000
Merged
roeap merged 2 commits intodelta-io:mainfrom Dec 19, 2025
Merged
Conversation
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4000 +/- ##
===========================================
+ Coverage 26.35% 74.25% +47.89%
===========================================
Files 124 152 +28
Lines 20101 40072 +19971
Branches 20101 40072 +19971
===========================================
+ Hits 5298 29755 +24457
+ Misses 14441 8982 -5459
- Partials 362 1335 +973 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ion-elgreco
previously approved these changes
Dec 19, 2025
fvaleye
previously approved these changes
Dec 19, 2025
Signed-off-by: Robert Pack <robstar.pack@gmail.com>
ion-elgreco
approved these changes
Dec 19, 2025
ethan-tyler
pushed a commit
to ethan-tyler/delta-rs
that referenced
this pull request
Jan 9, 2026
# Description This PR just switches to using `rstest` for executing the DAT tests. This saves us a dependency and IMO also simplifies the test. Main motivation for doing this now is that it simplifies creating some tests for the upcoming new table provider. ## Related part-of: delta-io#3980 Signed-off-by: Robert Pack <robstar.pack@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR just switches to using
rstestfor executing the DAT tests. This saves us a dependency and IMO also simplifies the test.Main motivation for doing this now is that it simplifies creating some tests for the upcoming new table provider.
Related
part-of: #3980