chore(root): Adds pytest.ini for future support with PyTest.

This commit is contained in:
Gustavo Rosa 2022-11-08 05:47:31 -08:00
Родитель dcf742b166
Коммит 562f0ab486
1 изменённых файлов: 11 добавлений и 0 удалений

11
pytest.ini Normal file
Просмотреть файл

@ -0,0 +1,11 @@
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT license.
[pytest]
addopts=-vv --durations=10
# Do not run tests in the build folder
norecursedirs=build
# Deprecated warnings to be ignored
filterwarnings=ignore::DeprecationWarning