Commit dc43940
authored
chore: specify test paths to integrate with vscode testing extension (#2194)
# Rationale for this change
Add `testpaths` option to enjoy the Test Explorer UI extension in
development. Without this option, though the Python Test Adpater Log
will run `pytest --collect-only` to discovery tests, it will potential
occur error when parsing the test files (e.g. Import Error).
---
## Results:
| Before adding `testpaths` | After adding `testpaths` |
|------------------------------|---------------------------|
|
|
|
After adding `testpaths`:
# Are these changes tested?
Yes, Tested on Codespace and local VScode
# Are there any user-facing changes?
No, this change not affect any iceberg code.1 parent 11a7d86 commit dc43940
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| 320 | + | |
| 321 | + | |
320 | 322 | | |
321 | 323 | | |
322 | 324 | | |
| |||
0 commit comments