mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-16 15:04:13 +00:00
standard-tests: retriever docstrings (#28596)
This commit is contained in:
@@ -10,6 +10,8 @@ class BaseStandardTests(ABC):
|
||||
def test_no_overrides_DO_NOT_OVERRIDE(self) -> None:
|
||||
"""
|
||||
Test that no standard tests are overridden.
|
||||
|
||||
:private:
|
||||
"""
|
||||
# find path to standard test implementations
|
||||
comparison_class = None
|
||||
|
Reference in New Issue
Block a user