# -*- coding: utf-8 -*-
"""
Adtlas Activities Tests

This package contains comprehensive test suites for the activities app,
including unit tests, integration tests, and performance tests.

Test Modules:
    - test_models: Model tests
    - test_views: View tests
    - test_serializers: Serializer tests
    - test_filters: Filter tests
    - test_permissions: Permission tests
    - test_signals: Signal tests
    - test_utils: Utility function tests
    - test_tasks: Celery task tests
    - test_api: API endpoint tests
    - test_performance: Performance tests

Author: Adtlas Development Team
Version: 1.0.0
Last Updated: 2025-01-27
"""