Re: [PATCH 09/14] tests: Save the test project if we're going to use it

2015-11-21 Thread Finucane, Stephen
On 20 Oct 22:59, Damien Lespiau wrote: > create_email() can use the default project for its mail. If that is the > case, chances are we are going to use that email later in a test where > we'll want that project to exist. > > Signed-off-by: Damien Lespiau > Acked-by: Stephen Finucane Merged. __

[PATCH 09/14] tests: Save the test project if we're going to use it

2015-10-20 Thread Damien Lespiau
create_email() can use the default project for its mail. If that is the case, chances are we are going to use that email later in a test where we'll want that project to exist. Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- patchwork/tests/utils.py | 1 + 1 file changed, 1 inserti