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:
Unit tests Test individual functions, methods, and classes in isolation. Integration Tests
Test the interaction between different components, modules, and services. Library Tests
Validate the functionality, behavior, and compatibility of the
tartarus-lib library.