Add URL Download Option for Query Files for `finesse_test` in `api-test`
- Ngôn ngữ chính
- Python
- Star
- 1
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## Description
Currently, `finesse_test.py` in `api-test` supports using a local path for query files with `--path`. This change would enable specifying a URL to download query files directly but only when using `finesse_test.py`.
## Tasks
- [ ] Add a `--url` command line option to `finesse_test.py` for specifying a remote URL.
- [ ] Implement functionality to download files from this URL to a temporary directory.
- [ ] Ensure these downloaded files are used for query execution in `finesse_test.py`.
- [ ] Update tests
- [ ] Update docs
## Acceptance Criteria
- `finesse_test.py` accepts a remote URL with `--url`.
- Files are successfully downloaded from the URL.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.