зеркало из https://github.com/microsoft/archai.git
chore(root): Adds pytest.ini for future support with PyTest.
This commit is contained in:
Родитель
dcf742b166
Коммит
562f0ab486
|
@ -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
|
Загрузка…
Ссылка в новой задаче