Commit 2b8532e
Specify utf-8 encoding when reading module source files (#329)
* Specify utf-8 encoding when reading module source files
Avoids reliance on the platform default locale when parsing
imported module sources for matter base test class detection.
Fixes #323
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
* Use Path.read_text instead of nested with-open block
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent 35981c0 commit 2b8532e
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
229 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
230 | 231 | | |
231 | 232 | | |
232 | 233 | | |
| |||
0 commit comments