summaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorvitiko98 <[email protected]>2022-06-21 15:50:31 -0400
committervitiko98 <[email protected]>2022-06-21 15:50:31 -0400
commit110462c7ba7b47ef99700d925a8d26e77e881b6a (patch)
tree083c12061cd0b2441965641b451d81b10bb4fec2 /tests
parent14153d7688fcd7f00bd6f02f155308cd18050ac3 (diff)
downloadbazarr-110462c7ba7b47ef99700d925a8d26e77e881b6a.tar.gz
bazarr-110462c7ba7b47ef99700d925a8d26e77e881b6a.zip
no log: update conftest.py
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index 72f228e89..311264122 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -3,3 +3,4 @@ import os
import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../libs/"))
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../bazarr/"))