diff options
Diffstat (limited to 'lib/bt/test_apps/pytest_bt.py')
| -rw-r--r-- | lib/bt/test_apps/pytest_bt.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/bt/test_apps/pytest_bt.py b/lib/bt/test_apps/pytest_bt.py deleted file mode 100644 index 74b0a76a..00000000 --- a/lib/bt/test_apps/pytest_bt.py +++ /dev/null @@ -1,12 +0,0 @@ -# SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD -# SPDX-License-Identifier: CC0-1.0 - -import pytest -from pytest_embedded import Dut - - -@pytest.mark.generic -@pytest.mark.esp32 -@pytest.mark.esp32c3 -def test_bt(dut: Dut) -> None: - dut.run_all_single_board_cases() |
