/
vshmidt
/
label-studio
Обзор
Документация
Войти
/
vshmidt
/
label-studio
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
label_studio/tests/errors.tavern.yml
38 строк
628 B
wesleylima
fix: DEV-3473: Making exc_info None when debug_modal_exceptions_false (#3128)
24 окт 2022, 17:07
Не верифицирован
24 окт 2022, 17:07
9fdfe21
Код
Авторство
О чём код?
--- test_name: regular_error strict: false marks: - usefixtures: - django_live_url stages: - id: signup type: ref - name: stage request: method: GET url: '{django_live_url}/trigger500' response: json: detail: test exc_info: !re_search 'Exception: test' status_code: 500 --- test_name: error_without_exc_info strict: false marks: - usefixtures: - django_live_url - debug_modal_exceptions_false stages: - id: signup type: ref - name: stage request: method: GET url: '{django_live_url}/trigger500' response: json: detail: test exc_info: ~ status_code: 500