> ## Documentation Index
> Fetch the complete documentation index at: https://qreater.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The Tartarus application is thoroughly tested using the `pytest` framework and covers unit tests, integration tests, and end-to-end tests to validate the functionality and security of the application.

The tests are organized into the following categories:

<Icon icon="vial-circle-check" /> **Unit tests** \
Test individual functions, methods, and classes in isolation.

<Icon icon="merge" /> **Integration Tests**\
Test the interaction between different components, modules, and services.

<Icon icon="book" /> **Library Tests**\
Validate the functionality, behavior, and compatibility of the `tartarus-lib` library.
