Commit 22e0ca5
committed
fix(v2): relative symbol_table keys under --ray; restore bare test sibling imports
- core.py: key Ray module_map by path relative to project_dir (was absolute),
matching serial/single-file paths so can:// ids and cache lookups are portable
- delete test/__init__.py so pytest re-adds test/ to sys.path for bare
sibling imports (from sample_graph_app import ...)
- test_v2_conformance.py: import conftest_v2 bare, matching repo convention
- conftest_v2.py: guard node kind access with .get("kind")1 parent aa543fd commit 22e0ca5
4 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments