mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Wrap scenario descriptions in docstrings (#787)
Otherwise, the lines can get kind of long.
This commit is contained in:
parent
f89c6456e3
commit
8ac6f9a198
3 changed files with 16 additions and 5 deletions
|
@ -110,7 +110,8 @@ fn requires_exact_version_does_not_exist() -> Result<()> {
|
|||
|
||||
/// requires-greater-version-does-not-exist
|
||||
///
|
||||
/// The user requires a version of `a` greater than `1.0.0` but only smaller or equal versions exist
|
||||
/// The user requires a version of `a` greater than `1.0.0` but only smaller or
|
||||
/// equal versions exist
|
||||
///
|
||||
/// requires-greater-version-does-not-exist-d34821ba
|
||||
/// ├── environment
|
||||
|
@ -161,7 +162,8 @@ fn requires_greater_version_does_not_exist() -> Result<()> {
|
|||
|
||||
/// requires-less-version-does-not-exist
|
||||
///
|
||||
/// The user requires a version of `a` less than `1.0.0` but only larger versions exist
|
||||
/// The user requires a version of `a` less than `1.0.0` but only larger versions
|
||||
/// exist
|
||||
///
|
||||
/// requires-less-version-does-not-exist-4088ec1b
|
||||
/// ├── environment
|
||||
|
@ -318,7 +320,8 @@ fn requires_direct_incompatible_versions() -> Result<()> {
|
|||
|
||||
/// requires-transitive-incompatible-with-root-version
|
||||
///
|
||||
/// The user requires packages `a` and `b` but `a` requires a different version of `b`
|
||||
/// The user requires packages `a` and `b` but `a` requires a different version of
|
||||
/// `b`
|
||||
///
|
||||
/// requires-transitive-incompatible-with-root-version-b3c83bbd
|
||||
/// ├── environment
|
||||
|
@ -381,7 +384,8 @@ fn requires_transitive_incompatible_with_root_version() -> Result<()> {
|
|||
|
||||
/// requires-transitive-incompatible-with-transitive
|
||||
///
|
||||
/// The user requires package `a` and `b`; `a` and `b` require different versions of `c`
|
||||
/// The user requires package `a` and `b`; `a` and `b` require different versions of
|
||||
/// `c`
|
||||
///
|
||||
/// requires-transitive-incompatible-with-transitive-a35362d1
|
||||
/// ├── environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue