File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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 ]
Original file line number Diff line number Diff line change 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 ----------"
You can’t perform that action at this time.
0 commit comments