Commit 1755646
committed
fix(tests): add pyproject.toml so pytest picks up app.py from root
Without this, plain 'pytest' (as opposed to 'python -m pytest') fails
to import app.py because the repo root isn't on sys.path. CI hit this
on the first run.1 parent 6357147 commit 1755646
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments