"GOT", but the "O" is a cute, smiling pufferfish. Index | Thread | Search

From:
Stefan Sperling <stsp@stsp.name>
Subject:
Re: Put actions in test_fetch_all into more logical order
To:
Christian Weisgerber <naddy@mips.inka.de>
Cc:
gameoftrees@openbsd.org
Date:
Sat, 30 Sep 2023 18:11:55 +0200

Download raw body.

Thread
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