Stephen Kitt
3f36c83c68
Switch to stretchr/testify / mockery for mocks
...
testify is used throughout the codebase; this switches mocks from
gomock to testify with the help of mockery for code generation.
Handlers and mocks in test/utils/oidc are moved to a new package:
mockery operates package by package, and requires packages to build
correctly; test/utils/oidc/testserver.go relies on the mocks and fails
to build when they are removed. Moving the interface and mocks to a
different package allows mockery to process that package without
having to build testserver.go.
Signed-off-by: Stephen Kitt <skitt@redhat.com >
2024-06-20 19:42:53 +02:00
..
2024-06-20 19:42:53 +02:00
2024-06-20 19:42:53 +02:00
2024-06-06 03:07:40 +00:00
2023-04-12 08:48:03 -07:00
2023-11-03 11:40:48 -07:00
2024-06-20 19:42:53 +02:00
2024-06-04 14:25:43 +08:00
2024-06-04 14:25:43 +08:00
2024-06-20 19:42:53 +02:00
2024-05-21 13:18:16 +03:00
2024-06-20 19:42:53 +02:00
2024-06-20 19:42:53 +02:00
2024-04-10 10:13:59 -07:00
2024-06-20 19:42:53 +02:00
2024-04-24 20:25:29 +02:00
2024-05-04 14:33:12 -04:00
2024-06-20 19:42:53 +02:00
2024-06-04 14:25:43 +08:00
2024-04-24 20:25:29 +02:00
2024-04-25 14:47:24 -07:00
2024-06-20 19:42:53 +02:00
2024-06-04 14:25:43 +08:00
2024-06-20 19:42:53 +02:00
2023-05-02 18:53:19 +02:00
2024-04-24 20:25:29 +02:00
2023-03-10 14:49:26 +00:00
2024-06-04 14:25:43 +08:00
2024-06-20 19:42:53 +02:00
2024-06-20 19:42:53 +02:00
2024-06-20 19:42:53 +02:00
2023-10-31 20:23:41 +01:00
2024-05-30 15:13:22 +02:00
2024-06-04 14:25:43 +08:00
2024-06-14 09:09:17 -07:00
2024-06-04 14:25:43 +08:00
2024-06-04 14:25:43 +08:00
2024-03-09 09:48:07 +09:00
2024-03-09 09:48:07 +09:00
2023-07-17 16:51:47 -04:00
2024-05-08 12:23:19 -07:00
2024-06-04 14:25:43 +08:00
2024-03-10 03:00:59 +09:00
2024-06-06 17:05:23 -07:00
2024-04-25 14:24:16 +00:00
2024-06-14 09:09:17 -07:00
2024-01-11 01:09:28 +00:00
2023-03-14 08:54:36 -07:00
2023-10-10 22:27:44 +00:00
2023-03-14 08:54:36 -07:00
2023-10-26 20:56:28 +02:00
2024-06-20 19:42:53 +02:00
2023-04-17 11:53:28 -05:00
2024-06-04 14:25:43 +08:00
2024-06-18 17:12:41 -07:00
2024-06-04 14:25:43 +08:00
2024-04-02 09:22:37 -04:00
2024-06-20 19:42:53 +02:00
2023-08-03 23:56:50 -07:00
2024-03-09 09:48:07 +09:00
2024-04-18 19:00:37 +08:00