Skip to content

Commit 16d3337

Browse files
committed
write tests for S3VersionStore::store_version_from_reader, which requires updating some dependencies
1 parent 85dded8 commit 16d3337

File tree

8 files changed

+590
-151
lines changed

8 files changed

+590
-151
lines changed

.claude/CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ oxen push origin main # Push to remote
111111
- Preserve comments whenever possible. Comments that were written by someone other than Claude should always be preserved or updated if possible.
112112
- The Python project calls into the Rust project. Whenever changing the Rust code, check to see if the Python code needs to be updated.
113113
- After changing any Rust or Python code, verify that Rust tests pass with `bin/test-rust` and Python tests pass with `bin/test-rust -p`
114+
- When updating a dependency, prefer updating to the latest stable version.
114115

115116
# Testing Rules
116117
- Use the test helpers in `crates/lib/src/test.rs` (e.g., `run_empty_local_repo_test`) for unit tests in the lib code.

0 commit comments

Comments
 (0)