Commit df71ccc
committed
refactor(coda): drop importlib boilerplate from test bootstrap
The integration root is already on sys.path via the workspace-level
conftest.py (which patches Integration.load to find config.json).
The redundant importlib.util.spec_from_file_location dance and the
tests/conftest.py sys.path tweak are no longer needed.
Matches the simpler bootstrap pattern used by google-sheets in PR #289.1 parent 0213f43 commit df71ccc
3 files changed
Lines changed: 9 additions & 35 deletions
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
22 | 19 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 20 | + | |
32 | 21 | | |
33 | 22 | | |
34 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 5 | + | |
18 | 6 | | |
19 | 7 | | |
20 | 8 | | |
| |||
704 | 692 | | |
705 | 693 | | |
706 | 694 | | |
| 695 | + | |
0 commit comments