So the 'load' and 'check' parts of the tests can be reused by future
snapshot tests.
Depends on D5997.
Differential D5998
tests: Split RepoFixtures off TestRevisionCooker vlorentz on Jul 15 2021, 7:48 PM. Authored by Tags None Subscribers None
Details
So the 'load' and 'check' parts of the tests can be reused by future Depends on D5997.
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D5998 (id=21648)Could not rebase; Attempt merge onto 5951a5c63b... Updating 5951a5c..70fc50f Fast-forward swh/vault/tests/test_cookers.py | 109 +++++++++++++++++++++++++++------------- 1 file changed, 75 insertions(+), 34 deletions(-) Changes applied before testcommit 70fc50f40b8bc13b022f96be0027e89175773fd7 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jul 15 17:20:44 2021 +0200 tests: Split RepoFixtures off TestRevisionCooker So the 'load' and 'check' parts of the tests can be reused by future snapshot tests. commit a1f42284c683ec1d0ee169cda67f507529822473 Author: Valentin Lorentz <vlorentz@softwareheritage.org> Date: Thu Jul 15 16:58:55 2021 +0200 tests: Make TestRevisionCooker more modular So its 'load' and 'check' parts can be reused for testing snapshots See https://jenkins.softwareheritage.org/job/DVAU/job/tests-on-diff/134/ for more details. |