move common testst

This commit is contained in:
Simon
2024-08-01 16:00:25 +02:00
parent 4661cd025f
commit 37df4f8b5b
5 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -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 = [