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 d273921 commit 8198574Copy full SHA for 8198574
1 file changed
server/api/services/test_embedding_services.py
@@ -10,6 +10,11 @@
10
log_usage,
11
)
12
13
+# Each function is tested one responsibility at a time. One test for the whole
14
+# function collapses all responsibilities into a single assertion block — when
15
+# it fails you know something is broken but not which responsibility. You have
16
+# to debug to find out.
17
+
18
# ---------------------------------------------------------------------------
19
# build_query tests
20
#
0 commit comments