mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-09 16:27:45 +08:00
a430bffe57
- 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.
8 lines
120 B
Python
8 lines
120 B
Python
import unittest
|
|
|
|
from .test_core import *
|
|
from .test_commands import *
|
|
|
|
|
|
if __name__ == '__main__':
|
|
unittest.main()
|