Commit ae97ff7
its-serah
Separate unrelated test logic in test methods
- Remove _MiniReader functionality tests from test_reader_not_installed_exception
- Focus test_reader_not_installed_exception only on raise_on_missing_reader flag
- Move _MiniReader tests to test_my_reader where they belong logically
- Each test method now has a single, clear responsibility
This addresses CodeRabbit feedback about separating unrelated test concerns.
Signed-off-by: Sarah <[email protected]>1 parent 16b0ba6 commit ae97ff7
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
437 | 437 | | |
438 | 438 | | |
439 | 439 | | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
| 440 | + | |
445 | 441 | | |
446 | 442 | | |
447 | 443 | | |
448 | 444 | | |
449 | 445 | | |
450 | 446 | | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
451 | 452 | | |
452 | 453 | | |
453 | 454 | | |
| |||
0 commit comments