firecracker

Форк
0
/
pytest.ini 
34 строки · 960.0 Байт
1
[pytest]
2
; Omit verbose tracebacks, since they tend to pollute the output.
3
addopts =
4
    --tb=short
5
    --durations=10
6
    --showlocals
7
    -m 'not nonci and not no_block_pr'
8
    --json-report --json-report-file=../test_results/test-report.json
9

10
markers =
11
    no_block_pr: tests whose failure does not block PR merging.
12
    nonci: mark test as nonci.
13

14
; Overwrite the default norecursedirs, which includes 'build'.
15
norecursedirs = .*
16

17
; Default timeout for tests. can be overwritten at finer grained levels.
18
timeout = 300
19

20
; Set the cache dir location to our build dir, so we don't litter the source
21
; tree.
22
cache_dir = ../build/pytest_cache
23

24
; Set logger format and level
25
log_level = INFO
26
log_format = %(asctime)s.%(msecs)03d %(name)s: %(levelname)s %(message)s
27

28
log_cli_level = ERROR
29
log_cli = true
30

31
; make those errors, not warnings
32
filterwarnings =
33
    error::pytest.PytestUnraisableExceptionWarning
34
    error::pytest.PytestUnhandledThreadExceptionWarning
35

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.