Commit a8044d0
committed
test: add comprehensive edge case coverage for template_renderer
- Add 13 new test cases covering all critical missing scenarios
- Add error handling tests for all 3 ProvisionTemplateError variants
- Add input validation tests for empty names, special chars, unicode
- Add file system edge cases for existing dirs, permissions, duplicates
- Add async operation tests for concurrency and partial failures
- Fix clippy warnings and improve code documentation
- All 189 unit tests + 4 integration tests + 3 doc tests passing
- All linters passing (clippy, rustfmt, shellcheck, markdown, yaml)1 parent 415cfc3 commit a8044d0
File tree
3 files changed
+400
-8
lines changed- src
- actions
- stages/provision
3 files changed
+400
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments