Skip to content

Commit c17f909

Browse files
committed
Refactor Testcontainers test layer into cratedb-toolkit package
1 parent 68e04eb commit c17f909

File tree

4 files changed

+2
-142
lines changed

4 files changed

+2
-142
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ release = [
9898
"twine<5",
9999
]
100100
test = [
101+
"cratedb-toolkit @ git+https://github.com/crate-workbench/cratedb-toolkit",
101102
"pytest<8",
102103
"pytest-asyncio-cooperative",
103104
"pytest-cov<5",

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
import pytest
66
import sqlalchemy as sa
7+
from cratedb_toolkit.testing.testcontainers.cratedb import CrateDBContainer
78

89
from lorrystream.util.common import setup_logging
9-
from tests.testcontainers.cratedb import CrateDBContainer
1010

1111

1212
class CrateDBFixture:

tests/testcontainers/__init__.py

Whitespace-only changes.

tests/testcontainers/cratedb.py

Lines changed: 0 additions & 141 deletions
This file was deleted.

0 commit comments

Comments
 (0)