Dave Protasowski
4b31f15f21
include testing helpers to fuzz our API types and perform some roundtrip testing ( #1010 )
...
* include facilities that make roundtrip testing API types possible
* include helpers for fuzzing apis.URL and status conditions
2020-01-28 06:58:26 -08:00
coryrc
9d8b936ca0
Switch *testing.T uses to equivalent interface + structured logging ( #935 )
...
Working to introduce structured logging to our tests. See #907
This work allows these test functions to be called by objects other
than *testing.T. The t.Error() calls are made compatible with
structured logging (wrapping Zap sugared logger calls) or code using
testing.T.
2019-12-13 10:22:54 -08:00
Dan Gerdesmeier
5f0515d336
Version condition testing helper functions ( #644 )
2019-09-08 16:39:06 -07:00
mattmoor-sockpuppet
1864f499dc
golang format tools ( #497 )
...
Produced via:
`gofmt -s -w $(find -path './vendor' -prune -o -type f -name '*.go' -print))`
`goimports -w $(find -name '*.go' | grep -v vendor)`
/assign @mattmoor
2019-06-27 07:37:08 -07:00
Matt Moore
222dd25986
Migrate pkg to use the knative.dev/pkg import path ( #489 )
...
* Manual changes.
* scripted changes.
2019-06-26 13:02:06 -07:00
Victor Agababov
4993c57ea3
Share the common parts of Serving ObjectMeta validation ( #367 ) ( #370 )
...
This assumes that we want to strictly allow DNS labels in names everywhere.
2019-04-07 15:19:57 -07:00
Victor Agababov
71f46d3165
Condition checkable utilities ( #364 )
...
* add the new files
* checkpoint
* use duck
* test –> testing
2019-04-05 07:26:57 -07:00