We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9db86 commit 9c4e4d8Copy full SHA for 9c4e4d8
pyproject.toml
@@ -51,6 +51,8 @@ dev = [
51
"scikit-learn==1.5.0",
52
"uvicorn[standard]==0.30.1",
53
"scikit-build-core",
54
+ "pytest==8.3.5",
55
+ "pytest-mock==3.14.0",
56
]
57
58
requirements.txt
@@ -25,3 +25,7 @@ wxPython==4.2.2
25
pyacvd==0.2.11
26
optitrack ; python_version == "3.8" and sys_platform == "windows"
27
pyclaron ; python_version == "3.8" and sys_platform == "windows"
28
+
29
+# Unit tests
30
+pytest==8.3.5
31
+pytest-mock==3.14.0
0 commit comments