Home
last modified time | relevance | path

Searched refs:pytest (Results 1 - 25 of 46) sorted by relevance

12

/arkcompiler/toolchain/test/autotest/scenario_test/
H A Dconftest.py17 Description: Fixtures of pytest.
23 import pytest namespace
28 @pytest.fixture(scope='class')
48 @pytest.fixture(scope='class')
68 @pytest.fixture(scope='class')
83 @pytest.fixture(scope='class')
98 @pytest.fixture(scope='class')
117 @pytest.fixture(scope='class')
H A Dtest_cpu_profiler_02.py24 import pytest namespace
32 @pytest.mark.cpu_profiler
33 @pytest.mark.timeout(40)
H A Dtest_heap_profiler_01.py24 import pytest namespace
32 @pytest.mark.heap_profiler
33 @pytest.mark.timeout(40)
H A Dtest_cpu_profiler_01.py24 import pytest namespace
32 @pytest.mark.cpu_profiler
33 @pytest.mark.timeout(40)
H A Dtest_heap_profiler_02.py24 import pytest namespace
31 @pytest.mark.heap_profiler
32 @pytest.mark.timeout(40)
H A Dtest_debug_04.py24 import pytest namespace
32 @pytest.mark.debug
33 @pytest.mark.timeout(30)
H A Dtest_debug_02.py25 import pytest namespace
33 @pytest.mark.debug
34 @pytest.mark.timeout(30)
H A Dtest_debug_03.py24 import pytest namespace
32 @pytest.mark.debug
33 @pytest.mark.timeout(30)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/
H A Dmain.py22 import pytest namespace
26 sys.exit(pytest.main())
H A Dconftest.py18 from pytest import Config
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/internal_tests/
H A D__init__.py20 import pytest namespace
21 from pytest import Config, Item, Parser
56 internal_test = pytest.mark.skip(reason="need internal_tests=True option to run")
H A Dtest_mirror.py20 import pytest namespace
30 return pytest.param(
45 @pytest.mark.parametrize(
104 @pytest.mark.parametrize(
177 # @pytest.mark.skip
H A Dtest_timeout.py21 from pytest import mark
H A Dtest_expect.py21 from pytest import mark
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/tests/
H A Dtest_compiler_errors.py18 import pytest namespace
32 with pytest.raises(compiler.CompileError, match=r"TypeError: Unresolved reference error"):
H A Dtest_this.py21 import pytest namespace
116 with pytest.warns(UserWarning, match=f"Unknown breakpoint on line {unk_bp.line_number}"):
H A Dtest_stepping.py20 from pytest import mark
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/
H A Dtimeout.py23 import pytest namespace
25 from pytest import Config, Function, Item, Parser, hookimpl
80 item.add_marker(pytest.mark.timeout(seconds=seconds))
97 # So that it shows up in 'pytest --markers' output:
H A D__init__.py18 from pytest import register_assert_rewrite
H A Dlogs.py22 from pytest import FixtureRequest, fixture
H A Ddev_log.py22 from pytest import FixtureRequest, Parser, fixture
/arkcompiler/toolchain/test/autotest/
H A Drun.py25 import pytest namespace
68 pytest.main(args)
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
H A Dtest_shell.py22 import pytest # type: ignore namespace
33 pytest.skip("POSIX-only test")
H A Dtest_cli.py22 import pytest # type: ignore namespace
53 with pytest.raises(SystemExit):
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/arkdb/mirrors/
H A D_plugin.py18 from pytest import Item, Session, hookimpl

Completed in 10 milliseconds

12