Commit f98035e
authored
fix: make PYTHONPATH test assertion repo-name agnostic (#44)
* fix: make PYTHONPATH test assertion repo-name agnostic
The test was asserting that PYTHONPATH contains "archaeology" or
"DEV-ARCH" — hardcoded local directory names. In CI the repo is cloned
as "devarch-framework", so neither substring matched.
Replace with an assertion that PYTHONPATH is an absolute path (which is
the actual invariant the CLI code guarantees via Path(__file__).parent.parent).
Fixes #39
* fix: use os.pathsep in PYTHONPATH test assertion1 parent 4f5a2b1 commit f98035e
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
401 | 407 | | |
402 | 408 | | |
403 | 409 | | |
| |||
0 commit comments