1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

backend: allow wrapping backend tests to run in make quicktest

This commit is contained in:
Nick Craig-Wood
2022-06-29 11:51:46 +01:00
parent c556e98f49
commit 866c873daa
9 changed files with 32 additions and 5 deletions

View File

@@ -35,6 +35,7 @@ func TestLocal(t *testing.T) {
{Name: name, Key: "type", Value: "combine"},
{Name: name, Key: "upstreams", Value: upstreams},
},
QuickTestOK: true,
})
}
@@ -50,6 +51,7 @@ func TestMemory(t *testing.T) {
{Name: name, Key: "type", Value: "combine"},
{Name: name, Key: "upstreams", Value: upstreams},
},
QuickTestOK: true,
})
}