-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
99 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Copyright © 2023 Ory Corp | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package accountexperience_test | ||
|
||
import ( | ||
"testing" | ||
|
||
"github.com/ory/cli/cmd/cloudx/testhelpers" | ||
"github.com/ory/x/cmdx" | ||
) | ||
|
||
var ( | ||
defaultProject, defaultConfig, defaultEmail, defaultPassword string | ||
defaultCmd *cmdx.CommandExecuter | ||
) | ||
|
||
func TestMain(m *testing.M) { | ||
defaultConfig, defaultEmail, defaultPassword, _, defaultProject, defaultCmd = testhelpers.CreateDefaultAssets() | ||
testhelpers.RunAgainstStaging(m) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Copyright © 2023 Ory Corp | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package client_test | ||
|
||
import ( | ||
"testing" | ||
|
||
"github.com/ory/cli/cmd/cloudx/testhelpers" | ||
"github.com/ory/x/cmdx" | ||
) | ||
|
||
var ( | ||
defaultProject, defaultConfig, defaultEmail, defaultPassword string | ||
defaultCmd *cmdx.CommandExecuter | ||
) | ||
|
||
func TestMain(m *testing.M) { | ||
defaultConfig, defaultEmail, defaultPassword, _, defaultProject, defaultCmd = testhelpers.CreateDefaultAssets() | ||
testhelpers.RunAgainstStaging(m) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Copyright © 2023 Ory Corp | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package proxy_test | ||
|
||
import ( | ||
"testing" | ||
|
||
"github.com/ory/cli/cmd/cloudx/testhelpers" | ||
"github.com/ory/x/cmdx" | ||
) | ||
|
||
var ( | ||
defaultProject, defaultConfig, defaultEmail, defaultPassword string | ||
defaultCmd *cmdx.CommandExecuter | ||
) | ||
|
||
func TestMain(m *testing.M) { | ||
defaultConfig, defaultEmail, defaultPassword, _, defaultProject, defaultCmd = testhelpers.CreateDefaultAssets() | ||
testhelpers.RunAgainstStaging(m) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
// Copyright © 2023 Ory Corp | ||
// SPDX-License-Identifier: Apache-2.0 | ||
|
||
package relationtuples_test | ||
|
||
import ( | ||
"testing" | ||
|
||
"github.com/ory/cli/cmd/cloudx/testhelpers" | ||
"github.com/ory/x/cmdx" | ||
) | ||
|
||
var ( | ||
defaultProject, defaultConfig, defaultEmail, defaultPassword string | ||
defaultCmd *cmdx.CommandExecuter | ||
) | ||
|
||
func TestMain(m *testing.M) { | ||
defaultConfig, defaultEmail, defaultPassword, _, defaultProject, defaultCmd = testhelpers.CreateDefaultAssets() | ||
testhelpers.RunAgainstStaging(m) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters