Commit b8adab0
committed
Set
Following conventions recommended on [pytest](https://docs.pytest.org/en/stable/explanation/goodpractices.html),
setting the `pytest.ini_options.pythonpath` variable in the
pyproject.toml file avoids needed to modify `sys.path` before each
testing module begins.pythonpath = "./src" on pytest.ini_options
1 parent f74d870 commit b8adab0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
0 commit comments