uv/crates/puffin-cli
konsti 114548d945
Test that cache errors are non-fatal (#685)
The test creates a cache from multiple sources and injects faults (once
using invalid data and once by making the files unreadable on the fs
level), then resolves again.

I didn't test git because it has its own locking and correctness logic.

The main drawback is that this test is slow (2.5s for me), we could
`#[ignore]` it.
2023-12-19 12:02:49 +00:00
..
src Introduce separate traits for ahead-of-time and installed metadata (#692) 2023-12-18 22:37:45 +00:00
tests Test that cache errors are non-fatal (#685) 2023-12-19 12:02:49 +00:00
Cargo.toml Support editable in pip-sync and pip-compile (#587) 2023-12-16 22:37:34 +00:00