HomeSoftware Heritage

pytest_plugin: Make sample_data an object

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

pytest_plugin: Make sample_data an object

Note that this:

  • drops the no longer needed copy done by the StorageData instance (used by

sample_data) since now it returned immutable BaseModel objects.

  • centralizes some left-over tests to use sample_data as well

Commit No Longer Exists

This commit no longer exists in the repository.