[blob-store·tests] pytest coverage for the publish logic (#2) - #3
Closed
chondl wants to merge 1 commit into
Closed
Conversation
chondl
force-pushed
the
bucket-first-serving
branch
from
July 10, 2026 07:05
e7f8a83 to
032db39
Compare
chondl
force-pushed
the
bucket-first-serving-tests
branch
2 times, most recently
from
July 10, 2026 18:30
bf10bfb to
3aaa6d4
Compare
chondl
force-pushed
the
bucket-first-serving-tests
branch
from
July 10, 2026 21:04
3aaa6d4 to
6fa5b86
Compare
Dependency-light tests for the pure manifest/content-addressing module:
hash determinism, key formats, manifest round-trip, copy-on-write skip,
carry-forward of unrendered entries, and hist-epoch handling. Kept off
the main branch since the project has no test infrastructure;
requirements-dev.txt and pytest.ini are scoped to backend/.
pip install -r requirements-dev.txt
python -m pytest tests/ -q
chondl
force-pushed
the
bucket-first-serving-tests
branch
from
July 10, 2026 21:47
6fa5b86 to
8fa8791
Compare
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Follow-up to #2. Dependency-light pytest suite for the pure manifest/content-addressing module (
src/google/publish.py): hash determinism, versioned/historical key formats, manifest round-trip, copy-on-write skip of unchanged blobs, carry-forward of unrendered manifest entries, and hist-epoch handling.Kept separate from #2 because the project has no existing test infrastructure; this branch adds
backend/tests/,backend/pytest.ini, andbackend/requirements-dev.txtonly.