Commit b810a7b
committed
Add Ginkgo v2 and OTE dependencies
- Add github.com/onsi/ginkgo/v2 for BDD-style test wrappers
- Add github.com/onsi/gomega for Ginkgo assertions
- Add github.com/go-task/slim-sprig/v3 (Ginkgo dependency)
- Add replace directive for OpenShift's Ginkgo fork with OTE support
- Update vendor dependencies via go mod tidy && go mod vendor
Dependencies automatically detected from test imports.
Replace directive:
replace github.com/onsi/ginkgo/v2 => github.com/openshift/onsi-ginkgo/v2 v2.6.1-0.20250416174521-4eb003743b541 parent d64bd5d commit b810a7b
File tree
256 files changed
+196315
-3
lines changed- vendor
- github.com
- go-task/slim-sprig/v3
- onsi
- ginkgo/v2
- config
- formatter
- ginkgo
- build
- command
- generators
- internal
- labels
- outline
- run
- unfocus
- watch
- internal
- global
- interrupt_handler
- parallel_support
- testingtproxy
- reporters
- types
- gomega
- format
- internal
- gutil
- matchers
- support/goraph
- bipartitegraph
- edge
- node
- util
- types
- openshift-eng/openshift-tests-extension/pkg/ginkgo
- golang.org/x
- net/html
- atom
- charset
- text
- encoding
- charmap
- htmlindex
- internal
- identifier
- japanese
- korean
- simplifiedchinese
- traditionalchinese
- unicode
- internal/utf8internal
- runes
- tools
- cover
- go/ast
- edge
- inspector
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
256 files changed
+196315
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| 83 | + | |
80 | 84 | | |
81 | 85 | | |
82 | 86 | | |
| |||
130 | 134 | | |
131 | 135 | | |
132 | 136 | | |
| 137 | + | |
| 138 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | 70 | | |
72 | 71 | | |
73 | 72 | | |
| |||
156 | 155 | | |
157 | 156 | | |
158 | 157 | | |
159 | | - | |
160 | | - | |
161 | 158 | | |
162 | 159 | | |
163 | 160 | | |
| |||
170 | 167 | | |
171 | 168 | | |
172 | 169 | | |
| 170 | + | |
| 171 | + | |
173 | 172 | | |
174 | 173 | | |
175 | 174 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments