Skip to content

Commit ba4bb87

Browse files
author
Jesse Whitehouse
committed
Update the conf file and the instructions for running tests
Signed-off-by: Jesse Whitehouse <jesse.whitehouse@databricks.com>
1 parent a2dd5a7 commit ba4bb87

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,11 @@ The suites marked `[not documented]` require additional configuration which will
148148

149149
SQLAlchemy 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

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

22
[sqla_testing]
3-
requirement_cls=databricks.sqlalchemy.dialect.requirements:Requirements
3+
requirement_cls=databricks.sqlalchemy.requirements:Requirements
44
profile_file=profiles.txt

0 commit comments

Comments
 (0)