mirror of
https://github.com/remnawave/python-sdk.git
synced 2026-05-13 12:16:42 +00:00
- Implemented TemplateResponseDto and UpdateTemplateRequestDto for subscription templates. - Created models for system statistics including CPU, memory, and bandwidth. - Developed user models for user creation, updates, and responses. - Added bulk actions for user updates and statistics tracking. - Introduced tests for authentication, bandwidth statistics, hosts, inbounds, key generation, nodes, subscriptions, and user management. - Enhanced utility functions for generating random strings, emails, and date ranges for testing. |
||
|---|---|---|
| .. | ||
| .env.test | ||
| __init__.py | ||
| conftest.py | ||
| test_auth.py | ||
| test_bandwidthstats.py | ||
| test_hosts.py | ||
| test_inbounds.py | ||
| test_keygen.py | ||
| test_nodes.py | ||
| test_subscription.py | ||
| test_subscriptions_settings.py | ||
| test_subscriptions_template.py | ||
| test_system.py | ||
| test_users.py | ||
| test_users_bulk_actions.py | ||
| test_users_stats.py | ||
| utils.py | ||