Commit 5ab7cba
committed
Improve test coverage for import_threaded.py and importer.py
- Added comprehensive tests to improve coverage of import_threaded.py from ~53% to 79%
- Added targeted tests to improve coverage of importer.py from ~73% to 80%
- Fixed mypy type annotation issues in new test files
- Fixed ruff unused variable warnings (prefixed with _)
- All tests pass (564/564)
- Project coverage now at 88.70% (above 85% target)
- Mypy sessions now pass across all Python versions (3.9-3.13)1 parent f9e7e47 commit 5ab7cba
File tree
2 files changed
+3
-2
lines changed- tests
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| |||
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | | - | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments