test: add blob storage tests and shared sample fixtures
Add comprehensive unit tests for blob operations:
- AtmosphereClient: upload_blob, get_blob, get_blob_url, _resolve_pds_endpoint
- DatasetPublisher: publish_with_blobs with metadata
- DatasetLoader: get_storage_type, get_blobs, get_blob_urls
Add shared sample type definitions in conftest.py:
- SharedBasicSample, SharedNumpySample, SharedOptionalSample, SharedAllTypesSample
Also trim verbose docstrings on internal helper functions in dataset.py.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>