Closed joelvdavies closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.87%. Comparing base (
5931ed9
) to head (11f588f
). Report is 5 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
Adjusts the
generate_mock_data
script to generate less data overall by fixing a bug with system generation producing subsystems down thoughMAX_LEVELS_DEEP + 1
and reducing some of the constants . See the screenshots below. Old:New:
This makes it considerably faster and should make it quicker to populate mock data for the
object_storage_api
. This PR also makes some modifications in line with https://github.com/ral-facilities/object-storage-api/pull/43.Testing instructions
Add a set up instructions describing how the reviewer should test the code
Agile board tracking
Closes #392