Commit ededbe2
Fix CI test collection: remove conflicting tests/__init__.py and add testpaths
- Remove msal-key-attestation/tests/__init__.py to prevent namespace
conflict with the main tests/ package (caused all 24 existing tests
to fail with 'ModuleNotFoundError: No module named tests.test_*')
- Add [tool:pytest] testpaths=tests to setup.cfg so bare 'pytest' only
collects the main test suite
- Fix remaining CodeQL alert: avoid printing result dict data on failure
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2a7c4f6 commit ededbe2
File tree
3 files changed
+4
-3
lines changed- msal-key-attestation/tests
- sample
3 files changed
+4
-3
lines changedWhitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 82 | + | |
85 | 83 | | |
86 | 84 | | |
87 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
0 commit comments