Skip to content

Commit 39c3abb

Browse files
committed
configure test deps
1 parent ccf1f01 commit 39c3abb

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.vscode/settings.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"python.testing.pytestArgs": [
3+
"packages"
4+
],
5+
"python.testing.unittestEnabled": false,
6+
"python.testing.pytestEnabled": true
7+
}

packages/happtiq_commons_gen_ai/pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,9 @@ dependencies = [
1111
'google-cloud-aiplatform',
1212
'openai'
1313
]
14+
15+
[project.optional-dependencies]
16+
dev = [
17+
"pytest",
18+
"pytest-mock"
19+
]

packages/happtiq_commons_google_cloud/pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ dependencies = [
1717
'google-cloud-secret-manager'
1818
]
1919

20+
[project.optional-dependencies]
21+
dev = [
22+
"pytest",
23+
"pytest-mock"
24+
]

0 commit comments

Comments
 (0)