Download raw body.
Put actions in test_fetch_all into more logical order
On Sat, Sep 30, 2023 at 05:25:22PM +0200, Christian Weisgerber wrote: > I'm looking at adding something to test_fetch_all() and the existing > code could be clearer. > > Currently the order of actions in test_fetch_all() is this: > > (1) clone repo repo-clone > (2) change repo > (3) verify repo-clone; confusing comment mentions missing change from (2) > (4) fetch > (5) verify updated repo-clone > > I would like to put this into a more logical order: > > (1) clone repo repo-clone > (2) verify repo-clone > (3) change repo > (4) fetch > (5) verify updated repo-clone > > ok? ok
Put actions in test_fetch_all into more logical order