1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2024-12-23 16:23:41 +00:00
bazarr/tests/conftest.py
Vitiko 5fc93bcb1d Update tests
Assrt provider tests were removed as they are not compatible with
the latest "subliminal_patch" updates.

For convenience, I've added a test submodule called "subliminal_patch"
where we can test providers separately.
2021-11-30 17:49:28 -04:00

5 lines
118 B
Python

# -*- coding: utf-8 -*-
import os
import sys
sys.path.insert(0, os.path.join(os.path.dirname(__file__), "../libs/"))