chore: cleanup top level repo by moving test related dirs to tests

This commit is contained in:
Ben McClelland
2024-03-10 09:15:22 -07:00
parent 3a528e8e62
commit 8ad9c4834b
12 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ import (
"testing"
"github.com/versity/versitygw/backend/posix"
"github.com/versity/versitygw/integration"
"github.com/versity/versitygw/tests/integration"
)
const (

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/urfave/cli/v2"
"github.com/versity/versitygw/integration"
"github.com/versity/versitygw/tests/integration"
)
var (

View File

@@ -29,7 +29,7 @@ services:
- "10002:10002"
restart: always
hostname: azurite
command: "azurite --oauth basic --cert /certs/azurite.pem --key /certs/azurite-key.pem --blobHost 0.0.0.0"
command: "azurite --oauth basic --cert /tests/certs/azurite.pem --key /tests/certs/azurite-key.pem --blobHost 0.0.0.0"
volumes:
- ./certs:/certs
azuritegw: