File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/databricks/sqlalchemy Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -148,10 +148,11 @@ The suites marked `[not documented]` require additional configuration which will
148148
149149SQLAlchemy provides reusable tests for testing dialect implementations.
150150
151- To run these tests, assuming the environment variables needed for e2e tests are set:
151+ To run these tests, assuming the environment variables needed for e2e tests are set, do the following :
152152
153153```
154- poetry run python -m pytest tests/sqlalchemy_dialect_compliance --dburi \
154+ cd src/databricks/sqlalchemy
155+ poetry run python -m pytest test/sqlalchemy_dialect_compliance.py --dburi \
155156 "databricks://token:$access_token@$host?http_path=$http_path&catalog=$catalog&schema=$schema"
156157```
157158
Original file line number Diff line number Diff line change 11
22[sqla_testing]
3- requirement_cls =databricks.sqlalchemy.dialect. requirements:Requirements
3+ requirement_cls =databricks.sqlalchemy.requirements:Requirements
44profile_file =profiles.txt
You can’t perform that action at this time.
0 commit comments