We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f5ce2 commit e858937Copy full SHA for e858937
crates/pet/tests/ci_test.rs
@@ -236,7 +236,12 @@ fn check_if_pyenv_virtualenv_exists() {
236
);
237
238
let environments = reporter.environments.lock().unwrap().clone();
239
-
+ println!("PYENV TEST {:?}", environments);
240
241
242
243
244
+ println!("{:?}", environments);
245
assert!(
246
environments.iter().any(
247
|env| env.kind == Some(PythonEnvironmentKind::PyenvVirtualEnv)
0 commit comments