Commit cd3419d
refactor: add get_error_message method to EntrypointOutput class
- Move error message extraction logic from test code into reusable method
- Simplify error handling in docker_base.py test
- Improve code maintainability and reduce duplication
- Addresses GitHub PR feedback from @aaronsteers
Co-Authored-By: AJ Steers <[email protected]>1 parent ea016c6 commit cd3419d
File tree
2 files changed
+18
-8
lines changed- airbyte_cdk/test
- standard_tests
2 files changed
+18
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
295 | 311 | | |
296 | 312 | | |
297 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
| 378 | + | |
385 | 379 | | |
386 | 380 | | |
387 | 381 | | |
388 | 382 | | |
389 | 383 | | |
390 | | - | |
| 384 | + | |
391 | 385 | | |
392 | 386 | | |
0 commit comments