Skip to content

Commit

Permalink
update module name to the new repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinyaev Anton Yuryevich committed Jan 17, 2022
1 parent 8f52fb4 commit e8020ef
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions pkg/framework/constructors/result.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package constructors

import (
"github.com/koodeex/allure-testify/pkg/allure"
"github.com/koodeex/allure-testify/pkg/framework/internal/structs"
"github.com/ozontech/allure-go/pkg/allure"
"github.com/ozontech/allure-go/pkg/framework/internal/structs"
)

// ResultHelper provides easy way to construct allure.Result struct
Expand Down
6 changes: 3 additions & 3 deletions pkg/framework/go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
module github.com/koodeex/allure-testify/pkg/framework
module github.com/ozontech/allure-go/pkg/framework

go 1.17

require (
github.com/koodeex/allure-testify/pkg/allure v0.1.1
github.com/koodeex/allure-testify/pkg/provider v0.1.1
github.com/ozontech/allure-go/pkg/allure v0.1.2
github.com/ozontech/allure-go/pkg/provider v0.1.2
)

require (
Expand Down
8 changes: 4 additions & 4 deletions pkg/framework/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=
github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/koodeex/allure-testify/pkg/allure v0.1.1 h1:wFtxc/GYA35fRbD7ISm5aE9qp7yleDgeQDOYIaY8GMM=
github.com/koodeex/allure-testify/pkg/allure v0.1.1/go.mod h1:VdDx5ZRJ+IEKGfaZvADi0VBfVJ+/29mzOMTg9Iszk6k=
github.com/koodeex/allure-testify/pkg/provider v0.1.1 h1:NTV4SBIGCXqPQgYt7lhQsh3a5KH+JUgMpRheDQrQ858=
github.com/koodeex/allure-testify/pkg/provider v0.1.1/go.mod h1:0bnwmP2bbXwLW4LZEHKThlLF3eVisPfxWyqBuvPryns=
github.com/ozontech/allure-go/pkg/allure v0.1.2 h1:Pd7SnM+EtSrApI6boysei1WT0slLptNJxHCwQS9yV1g=
github.com/ozontech/allure-go/pkg/allure v0.1.2/go.mod h1:uftXvQaaKLOm+6z+D6Tqs/zhZTwCalYDGM7AS1Q1eCc=
github.com/ozontech/allure-go/pkg/provider v0.1.2 h1:ld7CSd1MZy2B+Bot7erD49eHppdglqRCo+tzi232fmk=
github.com/ozontech/allure-go/pkg/provider v0.1.2/go.mod h1:2PiD/DMRUyBGNOXM90cnABE5aqby1RiIReyjQ4yP0P8=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down
8 changes: 4 additions & 4 deletions pkg/framework/internal/framework/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ import (
"strings"
"testing"

"github.com/koodeex/allure-testify/pkg/allure"
"github.com/koodeex/allure-testify/pkg/framework/constructors"
"github.com/koodeex/allure-testify/pkg/framework/internal/structs"
"github.com/koodeex/allure-testify/pkg/provider"
"github.com/ozontech/allure-go/pkg/allure"
"github.com/ozontech/allure-go/pkg/framework/constructors"
"github.com/ozontech/allure-go/pkg/framework/internal/structs"
"github.com/ozontech/allure-go/pkg/provider"
)

var matchMethod = flag.String("allure-testify-1.m", "", "regular expression to select tests of the testify suite to run")
Expand Down
4 changes: 2 additions & 2 deletions pkg/framework/internal/framework/test.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package framework

import (
"github.com/koodeex/allure-testify/pkg/allure"
"github.com/koodeex/allure-testify/pkg/provider"
"github.com/ozontech/allure-go/pkg/allure"
"github.com/ozontech/allure-go/pkg/provider"
)

type InternalTest struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/framework/internal/structs/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"os"
"runtime"

"github.com/koodeex/allure-testify/pkg/allure"
"github.com/ozontech/allure-go/pkg/allure"
)

// Options struct provide easy way to configure tests in suites
Expand Down
2 changes: 1 addition & 1 deletion pkg/framework/runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
```go
package runner

import "github.com/koodeex/allure-testify/pkg/provider"
import "github.com/ozontech/allure-go/pkg/provider"

// ITestRunner TestRunner interface
type ITestRunner interface {
Expand Down
6 changes: 3 additions & 3 deletions pkg/framework/runner/static.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import (
"strings"
"testing"

"github.com/koodeex/allure-testify/pkg/framework/internal/file_manager"
"github.com/koodeex/allure-testify/pkg/framework/internal/framework"
"github.com/koodeex/allure-testify/pkg/provider"
"github.com/ozontech/allure-go/pkg/framework/internal/file_manager"
"github.com/ozontech/allure-go/pkg/framework/internal/framework"
"github.com/ozontech/allure-go/pkg/provider"
)

// RunSuite Finds all methods of the passed structure that begin with the prefix `Test` and executes them.
Expand Down
4 changes: 2 additions & 2 deletions pkg/framework/runner/struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"strings"
"testing"

"github.com/koodeex/allure-testify/pkg/framework/internal/file_manager"
"github.com/koodeex/allure-testify/pkg/provider"
"github.com/ozontech/allure-go/pkg/framework/internal/file_manager"
"github.com/ozontech/allure-go/pkg/provider"
)

// ITestRunner ...
Expand Down
2 changes: 1 addition & 1 deletion pkg/framework/suite/forward_allure.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package suite

import "github.com/koodeex/allure-testify/pkg/allure"
import "github.com/ozontech/allure-go/pkg/allure"

/*
Forward Actions
Expand Down
4 changes: 2 additions & 2 deletions pkg/framework/suite/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package suite
import (
"testing"

"github.com/koodeex/allure-testify/pkg/framework/internal/framework"
"github.com/koodeex/allure-testify/pkg/framework/runner"
"github.com/ozontech/allure-go/pkg/framework/internal/framework"
"github.com/ozontech/allure-go/pkg/framework/runner"
)

// RunSuite forward of runner.RunSuite function
Expand Down
8 changes: 4 additions & 4 deletions pkg/framework/suite/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import (
"runtime/debug"
"testing"

"github.com/koodeex/allure-testify/pkg/allure"
"github.com/koodeex/allure-testify/pkg/framework/internal/file_manager"
"github.com/koodeex/allure-testify/pkg/framework/runner"
"github.com/koodeex/allure-testify/pkg/provider"
"github.com/ozontech/allure-go/pkg/allure"
"github.com/ozontech/allure-go/pkg/framework/internal/file_manager"
"github.com/ozontech/allure-go/pkg/framework/runner"
"github.com/ozontech/allure-go/pkg/provider"
)

// AllureSuite is an interface that describes Suite behaviour
Expand Down

0 comments on commit e8020ef

Please sign in to comment.