Showing results for Tag: unit testing from Semantic Kernel

Apr 24, 2024
0
6

Unit Testing with Semantic Kernel

Sophia Lagerkrans-Pandey Dmytro Struk
Sophia,
Dmytro

Hi all, Testing is an integral part of the software development process. Unit testing allows to test your functionality in isolation. This usually means that instead of performing real work (e.g. sending HTTP request to LLM), it needs to be replaced with something that only simulates the work and return some predefined result, which will be used...

Semantic KernelAnnouncements