mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Improve scenario update script (#759)
Following #757, improves the script for generating scenario test cases with: - A requirements file - Support for downloading packse scenarios from GitHub dynamically - Running rustfmt on the generated test file - Updating snapshots / running tests
This commit is contained in:
parent
bf9e9daa39
commit
0d5252580c
4 changed files with 146 additions and 57 deletions
|
@ -1,6 +1,6 @@
|
|||
#![cfg(all(feature = "python", feature = "pypi"))]
|
||||
|
||||
/// Generated by `scripts/scenarios/generate.py`
|
||||
/// Generated by `./scripts/scenarios/update.py`
|
||||
use std::process::Command;
|
||||
|
||||
use anyhow::Result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue