Skip to content

Commit

Permalink
migration preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
adamluzsi committed Oct 16, 2023
1 parent 2b618f4 commit 4e7e6dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Spec.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ func NewSpec(tb testing.TB, opts ...SpecOption) *Spec {
s.sync = true
}
applyGlobal(s)
s.Before(func(t *T) {
t.Log("WARNING", "please migrate to use the go.llib.dev/testcase import path instead of the github.com")
})
return s
}

Expand Down
4 changes: 4 additions & 0 deletions migrate.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// Package testcase
//
// If you are using the importpath with github.com, please migrate to go.llib.dev/testcase.
package testcase

0 comments on commit 4e7e6dc

Please sign in to comment.