Commit 3df7c89
Jesse Whitehouse
Fix imports so that this module can be run independently:
poetry run python -m pytest tests/unit/tests.py
This command failed with only relative inputs.
However
poetry run python -m pytest tests/unit
would succeed
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>1 parent 6b76439 commit 3df7c89
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments