@echo off REM Скрипт для запуска тестов переходов между статусами заказов cd /d C:\Users\team_\Desktop\test_qwen call .venv\Scripts\activate.bat cd myproject python manage.py test inventory.tests.test_order_status_transitions --verbosity=2 pause