Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Feb 22, 2024
1 parent a07e5f1 commit e6e011d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/uv/tests/pip_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ fn direct_url_zip_file_bunk_permissions() -> Result<()> {
}

#[test]
fn entrypoint_script() -> Result<()> {
fn launcher() -> Result<()> {
let context = TestContext::new("3.12");
let project_root = fs_err::canonicalize(std::env::current_dir()?.join("../.."))?;

Expand Down Expand Up @@ -1534,7 +1534,7 @@ fn entrypoint_script() -> Result<()> {
}

#[test]
fn entrypoint_script_symlink() -> Result<()> {
fn launcher_with_symlink() -> Result<()> {
let context = TestContext::new("3.12");
let project_root = fs_err::canonicalize(std::env::current_dir()?.join("../.."))?;

Expand Down

0 comments on commit e6e011d

Please sign in to comment.