Commit bddf47d
fix: remove blanket builtins.__import__ patch from test_tui_import_error
The test patched builtins.__import__ with a blanket ImportError, blocking
ALL imports. This broke mutmut's stats phase which needs working imports
for coverage tracking. Setting sys.modules["flameconnect.tui"] = None
alone is sufficient to trigger ImportError on `from flameconnect.tui import run_tui`.
Co-authored-by: deviantintegral <255023+deviantintegral@users.noreply.github.com>1 parent 599539d commit bddf47d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1443 | 1443 | | |
1444 | 1444 | | |
1445 | 1445 | | |
1446 | | - | |
1447 | 1446 | | |
1448 | 1447 | | |
1449 | 1448 | | |
| |||
0 commit comments