From 758767ea5ddeeaafe22d856bf9c023065fbd0567 Mon Sep 17 00:00:00 2001 From: Sazed Monsur <50499987+sazed5055@users.noreply.github.com> Date: Wed, 18 Mar 2026 13:30:08 -0400 Subject: [PATCH] Add llmtest - pytest for LLM applications --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d20a97be..85c64f555 100644 --- a/README.md +++ b/README.md @@ -1036,6 +1036,7 @@ _Libraries for testing codebases and generating test data._ - Testing Frameworks - [hypothesis](https://github.com/HypothesisWorks/hypothesis) - Hypothesis is an advanced Quickcheck style property based testing library. + - [llmtest](https://github.com/sazed5055/llmtest) - pytest for LLM apps. Test for grounding failures, prompt injection, safety violations, and regressions. - [nose2](https://github.com/nose-devs/nose2) - The successor to `nose`, based on `unittest2`. - [pytest](https://github.com/pytest-dev/pytest) - A mature full-featured Python testing tool. - [Robot Framework](https://github.com/robotframework/robotframework) - A generic test automation framework.