Remnawave_python-sdk/tests
Artem 950a7ffab3
Add Pydantic models for nodes usage history, subscriptions, and user management
- Implemented models for nodes usage history including NodeInfoDto, GetUserAccessibleNodesResponse, and usage statistics.
- Created subscription-related models such as UserSubscription, SubscriptionInfoData, and various response DTOs for subscription information.
- Developed models for subscription settings, templates, and system statistics, enhancing the API's capability to manage and retrieve subscription configurations.
- Introduced user management models including CreateUserRequestDto, UpdateUserRequestDto, and various response DTOs for user actions.
- Added bulk actions for user updates and statistics tracking, improving the efficiency of user management operations.
- Established a base controller for handling API requests and responses, along with decorators for HTTP methods to streamline API interactions.
- Included utility functions for serialization using orjson for better performance with Pydantic models.
2025-07-03 12:22:16 +02:00
..
.env.test feat: Обновить файл .env.test, добавив переменную REMNAWAVE_CONFIG_PROFILE_UUID 2025-07-01 15:07:57 +02:00
__init__.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00
conftest.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_auth.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_bandwidthstats.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_config_profiles.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_hosts.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_hwid.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_inbounds.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_infra_billing.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_internal_squads.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_keygen.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_nodes.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_nodes_usage_history.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_subscription.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_subscriptions_settings.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_subscriptions_template.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_system.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_users.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_users_bulk_actions.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
test_users_stats.py Add Pydantic models for nodes usage history, subscriptions, and user management 2025-07-03 12:22:16 +02:00
utils.py feat: Add models for subscriptions, users, and system statistics 2025-04-21 20:44:27 +02:00