Home / Function/ test_json_validity_evaluator_evaluation_name() — langchain Function Reference

test_json_validity_evaluator_evaluation_name() — langchain Function Reference

Architecture documentation for the test_json_validity_evaluator_evaluation_name() function in test_base.py from the langchain codebase.

Entity Profile

Dependency Diagram

graph TD
  a2552c36_1a49_4cc7_1138_f1bfc17cfa4c["test_json_validity_evaluator_evaluation_name()"]
  5699e682_332a_59f6_5c7c_d1fcf8332e65["test_base.py"]
  a2552c36_1a49_4cc7_1138_f1bfc17cfa4c -->|defined in| 5699e682_332a_59f6_5c7c_d1fcf8332e65
  style a2552c36_1a49_4cc7_1138_f1bfc17cfa4c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

libs/langchain/tests/unit_tests/evaluation/parsing/test_base.py lines 28–31

def test_json_validity_evaluator_evaluation_name(
    json_validity_evaluator: JsonValidityEvaluator,
) -> None:
    assert json_validity_evaluator.evaluation_name == "json_validity"

Domain

Subdomains

Frequently Asked Questions

What does test_json_validity_evaluator_evaluation_name() do?
test_json_validity_evaluator_evaluation_name() is a function in the langchain codebase, defined in libs/langchain/tests/unit_tests/evaluation/parsing/test_base.py.
Where is test_json_validity_evaluator_evaluation_name() defined?
test_json_validity_evaluator_evaluation_name() is defined in libs/langchain/tests/unit_tests/evaluation/parsing/test_base.py at line 28.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free