Skip to content

Commit

Permalink
Refactor Testcontainers test layer into cratedb-toolkit package
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 10, 2023
1 parent 68e04eb commit c17f909
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 142 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ release = [
"twine<5",
]
test = [
"cratedb-toolkit @ git+https://github.com/crate-workbench/cratedb-toolkit",
"pytest<8",
"pytest-asyncio-cooperative",
"pytest-cov<5",
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

import pytest
import sqlalchemy as sa
from cratedb_toolkit.testing.testcontainers.cratedb import CrateDBContainer

from lorrystream.util.common import setup_logging
from tests.testcontainers.cratedb import CrateDBContainer


class CrateDBFixture:
Expand Down
Empty file removed tests/testcontainers/__init__.py
Empty file.
141 changes: 0 additions & 141 deletions tests/testcontainers/cratedb.py

This file was deleted.

0 comments on commit c17f909

Please sign in to comment.