mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 00:39:28 +00:00
move common testst
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""tests for helper functions"""
|
||||
|
||||
import pytest
|
||||
from home.src.ta.helper import (
|
||||
from common.src.helper import (
|
||||
date_parser,
|
||||
get_duration_str,
|
||||
get_mapping,
|
||||
@@ -1,7 +1,7 @@
|
||||
"""tests for url parser"""
|
||||
|
||||
import pytest
|
||||
from home.src.ta.urlparser import Parser
|
||||
from common.src.urlparser import Parser
|
||||
|
||||
# video id parsing
|
||||
VIDEO_URL_IN = [
|
||||
Reference in New Issue
Block a user