7 Star 15 Fork 8

Gitee 极速下载 / open_3d_engine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/o3de/o3de
克隆/下载
pytest.ini 1.58 KB
一键复制 编辑 原始数据 按行查看 历史
#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
[pytest]
python_files = 'test_*.py' , '*_test.py' , '*_tests.py', 'TestSuite_*.py'
norecursedirs = python/runtime Cache cmake
junit_family=legacy
log_format=%(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)
addopts='--tb=short' '--show-capture=log'
# Setting pytest timeout defaulting to 20 minutes for a single test case (CMake timeout being 25 minutes)
timeout=1200
# primary suite markers which should appear on every filterable test and be mutually exclusive:
markers = SUITE_smoke: Tiny, quick tests of fundamental operation (tests with no suite marker will also execute here in CI)
SUITE_main: Wider tests of system functionality
SUITE_periodic: low-priority verification, which should not block code submission
SUITE_benchmark: Benchmarks which do not pass or fail but instead output statistics
SUITE_sandbox: Temporarly contains flaky/unstable tests, this should not block code submission. This test suite should be ideally empty
SUITE_awsi: Time consuming AWS integration end-to-end tests
# secondary markers which may appear alongisde a suite marker:
REQUIRES_gpu: Tests which require a physical GPU
GROUP_tick: Tests which verify if systems update correctly with system ticks (for example, physics bodies should move smoothly)
# custom markers not listed above will cause pytest to emit a typo warning
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/open_3d_engine.git
git@gitee.com:mirrors/open_3d_engine.git
mirrors
open_3d_engine
open_3d_engine
development

搜索帮助

344bd9b3 5694891 D2dac590 5694891