Metadata-Version: 2.1
Name: easy-testing
Version: 0.2.2
Summary: Framework for testing
Home-page: https://github.com/IreneSoligno/easy-testing
Author: Irene Soligno
Author-email: irene.s@docsity.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# easytesting 


Easy Testing is a Python library hosted on [Github](https://github.com/IreneSoligno/easy-testing.git) and [PyPI](https://pypi.org/project/easy-testing/) designed to streamline and simplify the testing process for Large Language Model (LLM) applications. 
With a focus on user-friendly functionality, Easy Testing provides a comprehensive suite of tools and utilities for testing the robustness, accuracy, and performance of LLM applications.

This library offers an intuitive interface for writing and executing test cases, allowing developers to assess the functionality of their LLM applications with ease. Easy Testing supports a variety of testing scenarios, including input validation, boundary testing, and performance benchmarking, enabling developers to identify and address potential issues in their applications.


## How to 🚀

Having LLMs pipelines and your aim is to check if new prompts are performing as default.

### Installation

```
pip install -U easy-testing
```
