Skip to content

Commit 83ebe56

Browse files
committed
fixes
1 parent 99e86cf commit 83ebe56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.codegen.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
],
1616
"post_generate": [
1717
"make fmt",
18+
"pytest -m 'not integration' --cov=databricks --cov-report html tests",
1819
"pip install .",
1920
"python3.12 docs/gen-client-docs.py"
2021
]

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"python.testing.unittestEnabled": false,
66
"python.testing.pytestEnabled": true,
7-
"python.envFile": "${workspaceRoot}/.env",
7+
"python.envFile": "${workspaceFolder}/.databricks/.databricks.env",
88
"databricks.python.envFile": "${workspaceFolder}/.env",
99
"jupyter.interactiveWindow.cellMarker.codeRegex": "^# COMMAND ----------|^# Databricks notebook source|^(#\\s*%%|#\\s*\\<codecell\\>|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])",
1010
"jupyter.interactiveWindow.cellMarker.default": "# COMMAND ----------"

0 commit comments

Comments
 (0)