diff options
| author | Alex Schofield <git@ajschof.me> | 2025-02-07 14:29:56 +0000 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2025-02-07 14:29:56 +0000 |
| commit | 3e4f72d19eb034e41544dbe51c60c031deb575d9 (patch) | |
| tree | a9e4e2cd1ff06776d24b14b014f58c9e24dc764a /pytest.ini | |
| parent | 9d7a4cb2a0a9155567b72a1e17e20dadacdd3abd (diff) | |
| download | tp-logger-3e4f72d19eb034e41544dbe51c60c031deb575d9.tar.gz tp-logger-3e4f72d19eb034e41544dbe51c60c031deb575d9.zip | |
fix path issues with pytest
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..ad5c7cc --- /dev/null +++ b/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +pythonpath = . src |
