diff options
author | gabrielgio <gabriel.giovanini@pm.me> | 2022-02-22 01:16:59 +0100 |
---|---|---|
committer | gabrielgio <gabriel.giovanini@pm.me> | 2022-02-22 01:16:59 +0100 |
commit | bd9588afd7f2c53363dfa83474ca8a258085739b (patch) | |
tree | 36c0e916d09e991f9cc166d1c48178e5c3725038 /pytest.ini | |
parent | 08526429dbf4ac4032195d8afab04757f79cc69b (diff) | |
download | reddit-nextcloud-importer-bd9588afd7f2c53363dfa83474ca8a258085739b.tar.gz reddit-nextcloud-importer-bd9588afd7f2c53363dfa83474ca8a258085739b.tar.bz2 reddit-nextcloud-importer-bd9588afd7f2c53363dfa83474ca8a258085739b.zip |
fix: Fix python path
Makes pytest set proper sys.path.
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 0000000..20c6e5e --- /dev/null +++ b/pytest.ini @@ -0,0 +1,3 @@ +[pytest] +pythonpath = . +testpaths = test |