mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 02:48:17 +00:00
Improve documentation for scenario tests (#795)
- Fix documentation of scenario test module - Add instructions to scenario update script for local development
This commit is contained in:
parent
5820a9d937
commit
74777c01ea
3 changed files with 47 additions and 26 deletions
|
@ -1,9 +1,10 @@
|
|||
//! DO NOT EDIT
|
||||
//!
|
||||
//! Generated with ./scripts/scenarios/update.py
|
||||
//! Scenarios from <https://github.com/zanieb/packse/tree/c448e24b336f3699407c50ed7a07b9b7442cb1a5/scenarios>
|
||||
//!
|
||||
#![cfg(all(feature = "python", feature = "pypi"))]
|
||||
|
||||
/// DO NOT EDIT
|
||||
///
|
||||
/// GENERATED WITH `./scripts/scenarios/update.py`
|
||||
/// SCENARIOS FROM `https://github.com/zanieb/packse/tree/d899bfe2c3c33fcb9ba5eac0162236a8e8d8cbcf/scenarios`
|
||||
use std::path::Path;
|
||||
use std::process::Command;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue