uv/crates/puffin-cli/tests
konsti 81f380b10e
Validate package and extra name (#290)
`PackageName` and `ExtraName` can now only be constructed from valid
names. They share the same rules, so i gave them the same
implementation. Constructors are split between `new` (owned) and
`from_str` (borrowed), with the owned version avoiding allocations.

Closes #279

---------

Co-authored-by: Zanie <contact@zanie.dev>
2023-11-06 10:04:31 +00:00
..
common Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00
snapshots Validate package and extra name (#290) 2023-11-06 10:04:31 +00:00
add.rs Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00
pip_compile.rs Add a git feature to tests (#325) 2023-11-06 05:32:43 +00:00
pip_sync.rs Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00
pip_uninstall.rs Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00
remove.rs Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00
venv.rs Use shared insta filters (#270) 2023-11-02 16:42:59 +01:00