mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-29 02:55:52 +00: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()
|