semantic-kernel icon indicating copy to clipboard operation
semantic-kernel copied to clipboard

Python: mypy coverage for prompt templates

Open eavanvalkenburg opened this issue 1 year ago • 1 comments

Motivation and Context

extend mypy coverage for prompt_templates folder

Description

Contribution Checklist

eavanvalkenburg avatar May 14 '24 12:05 eavanvalkenburg

Py3.10 Test Coverage

Python 3.10 Test Coverage Report •
FileStmtsMissCoverMissing
semantic_kernel
   kernel.py933859%124, 131–140, 178–186, 257–293
semantic_kernel/core_plugins
   conversation_summary_plugin.py16850%37–38, 64–73
   web_search_engine_plugin.py9278%28, 38
semantic_kernel/core_plugins/sessions_python_tool
   sessions_python_plugin.py1021486%59–61, 81, 84, 89–95, 134, 185, 189
semantic_kernel/functions
   kernel_function_from_prompt.py161796%159–160, 181, 201, 226, 247, 327
semantic_kernel/planners/function_calling_stepwise_planner
   function_calling_stepwise_planner.py1154363%132–222, 257–262
semantic_kernel/planners/sequential_planner
   sequential_planner.py64691%69, 73, 107, 123, 132–133
semantic_kernel/template_engine/blocks
   named_arg_block.py43198%98
TOTAL607678087% 

Python 3.10 Unit Test Overview

Tests Skipped Failures Errors Time
1402 1 :zzz: 0 :x: 0 :fire: 20.352s :stopwatch:

markwallace-microsoft avatar May 14 '24 12:05 markwallace-microsoft