Skip to content

Commit da70b71

Browse files
committed
Add uninstall test
1 parent b830f5d commit da70b71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

crates/uv/tests/it/python_install.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ fn python_install() {
110110
Uninstalled Python 3.13.0 in [TIME]
111111
- cpython-3.13.0-[PLATFORM]
112112
"###);
113+
114+
// The executable should be removed
115+
bin_python.assert(predicate::path::missing());
113116
}
114117

115118
#[test]

0 commit comments

Comments
 (0)