Commit 86758a1
committed
test: fix generate command test assertions
- Update test_generate_with_none_value to match actual file open parameters
- Account for ./ prefix in file path
- Include UTF-8 encoding in file open assertion
- Add more specific assertions for YAML structure
The test was failing in Python 3.13 due to stricter mock assertions, but the
underlying functionality was working correctly.1 parent df24ac5 commit 86758a1
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
239 | 240 | | |
240 | 241 | | |
241 | 242 | | |
| |||
281 | 282 | | |
282 | 283 | | |
283 | 284 | | |
284 | | - | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
288 | 291 | | |
289 | 292 | | |
290 | 293 | | |
| |||
0 commit comments