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:
Zanie Blue 2024-01-05 10:51:25 -06:00 committed by GitHub
parent 5820a9d937
commit 74777c01ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 47 additions and 26 deletions

View file

@ -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;