Skip to content

Commit

Permalink
make integration_tests a package so we can import from it
Browse files Browse the repository at this point in the history
  • Loading branch information
menzenski committed Apr 23, 2024
1 parent 1952c29 commit b161e20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added integration_tests/__init__.py
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from pymongo import MongoClient
from pymongo.collection import Collection
from pymongo.database import Database
from test_core import MongoDBTestRunner

from integration_tests.test_core import MongoDBTestRunner
from tap_mongodb.tap import TapMongoDB
from tap_mongodb.types import IncrementalId

Expand Down

0 comments on commit b161e20

Please sign in to comment.