Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/src/commit/df90c6e722a57835c28200f0a97ddddea8e09bf7/libs/enzyme/tests/__init__.py
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
# -*- coding: utf-8 -*-
|
|
from . import test_mkv, test_parsers, test_subtitle
|
|
import unittest
|
|
|
|
|
|
suite = unittest.TestSuite([test_mkv.suite(), test_parsers.suite(), test_subtitle.suite()])
|
|
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
unittest.TextTestRunner().run(suite)
|