Commit 9567f85
authored
Feat/manage script testing (#906)
* feat(core): support configurable proof format for anoncreds
Signed-off-by: Yuki I <[email protected]>
* feat(devops): add './manage test' command for isolated testing
Signed-off-by: Yuki I <[email protected]>
* style: apply black code formatting
Signed-off-by: Yuki I <[email protected]>
* test(core): isolate tests to prevent pollution and improve logging
Signed-off-by: Yuki I <[email protected]>
* refactor(core): add config validation and improve proof format fallback
Signed-off-by: Yuki I <[email protected]>
* test(core): add missing coverage for anoncreds fallback
Signed-off-by: Yuki I <[email protected]>
* fix(build): align proof format config with project standards
Signed-off-by: Yuki I <[email protected]>
* style(core): apply black code formatting
Signed-off-by: Yuki I <[email protected]>
---------
Signed-off-by: Yuki I <[email protected]>
Co-authored-by: Yuki I <[email protected]>1 parent 8fadca2 commit 9567f85
File tree
3 files changed
+92
-1
lines changed- docker
- oidc-controller
- oidc-controller/api/core/oidc/tests
3 files changed
+92
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
91 | 103 | | |
92 | 104 | | |
93 | 105 | | |
| |||
129 | 141 | | |
130 | 142 | | |
131 | 143 | | |
132 | | - | |
| 144 | + | |
133 | 145 | | |
134 | 146 | | |
135 | 147 | | |
| |||
456 | 468 | | |
457 | 469 | | |
458 | 470 | | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
459 | 507 | | |
460 | 508 | | |
461 | 509 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
0 commit comments