Block a user
dgarcia
deleted branch fix-suse-version from dgarcia/python-pytest-randomly
2026-03-04 08:08:49 +01:00
Adapt %suse_version checks to support new %suse_version
Forwarded PRs: python-pytest-randomly
dgarcia
deleted branch PR_python-pytest-randomly#1 from python-pytest/_ObsPrj
2026-03-04 08:08:35 +01:00
Update with required changes
Adapt %suse_version checks to support new %suse_version
dgarcia
created branch fix-suse-version in dgarcia/python-pytest-randomly
2026-03-03 13:38:49 +01:00
obs-status-service: add --test-run using interface-based Redis mock (fixes #113)
Looks good. It's true that instead of iterating over the results and building the return data for every request, we can do that once and store the pre-calculated data. But this is for testing so we don't need to be performant.
Implement initial test-run option (#113)
Good work! it's working correctly and using the current test data for mocks.