Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit d45aae5

Browse files
author
Sergey Vasilyev
committed
Squash sqeleton's tests into data_diff's tests, incl. common routines
1 parent f340603 commit d45aae5

7 files changed

Lines changed: 1 addition & 162 deletions

File tree

tests/sqeleton/__init__.py

Whitespace-only changes.

tests/sqeleton/common.py

Lines changed: 0 additions & 160 deletions
This file was deleted.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
from data_diff.sqeleton import connect
88
from data_diff.sqeleton import databases as dbs
99
from data_diff.sqeleton.queries import table, current_timestamp, NormalizeAsString
10-
from tests.common import TEST_MYSQL_CONN_STRING
11-
from tests.sqeleton.common import str_to_checksum, test_each_database_in_list, get_conn, random_table_suffix
10+
from tests.common import TEST_MYSQL_CONN_STRING, test_each_database_in_list, get_conn, str_to_checksum, random_table_suffix
1211
from data_diff.sqeleton.abcs.database_types import TimestampTZ
1312

1413
TEST_DATABASES = {

0 commit comments

Comments
 (0)