Allow specifying output file basename instead of just directory

This is optional, and doesn't impact existing users as preexisting
behavior when users specify an output directory is unchanged.

This makes tests not need to copy large files as part of their
execution, as they can ask files to be written to explicit
locations.

Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
Will Beason
2025-06-02 14:13:13 -05:00
parent 9ee5ecfc91
commit f916af9836
3 changed files with 69 additions and 68 deletions

1
.gitignore vendored
View File

@@ -13,4 +13,3 @@ uv.lock
# Python build and test output
__pycache__/
/test/test_output/
/test/test_output.parquet/