Skip to content

Commit

Permalink
fix: pytest path in web codespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers committed Aug 26, 2023
1 parent ef0e648 commit 967b8e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/destination-duckdb/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
"extensions.ignoreRecommendations": true,
"python.defaultInterpreterPath": ".venv/bin/python",
"python.interpreter.infoVisibility": "always",
"git.openRepositoryInParentFolders": "always"
"git.openRepositoryInParentFolders": "always",
"python.terminal.activateEnvironment": true,
"python.testing.cwd": "/workspaces/airbyte/airbyte-integrations/connectors/destination-duckdb",
"python.testing.pytestArgs": ["--rootdir=/workspaces/airbyte/airbyte-integrations/connectors/destination-duckdb"]
}
}
},
Expand Down

0 comments on commit 967b8e2

Please sign in to comment.