bazarr/libs/tld/tests/__init__.py
josdion a430bffe57 added tld library, fix add space after dot in domain names
- added tld library, so "Common Fixes" mod can detect domain names and won't add spaces after each dot in them.
- fix HI_before_colon_noncaps, so it won't remove http: from URLs.
2020-07-31 12:39:25 +03:00

9 lines
120 B
Python

import unittest
from .test_core import *
from .test_commands import *
if __name__ == '__main__':
unittest.main()