Skip to content

Commit

Permalink
sync pytest with latest esp-idf
Browse files Browse the repository at this point in the history
  • Loading branch information
dernasherbrezon committed Aug 3, 2024
1 parent d701ef9 commit a64dfc5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions test/test_app/pytest_fsk.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from pytest_embedded import Dut
from typing import Tuple

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand All @@ -21,8 +19,6 @@ def test_variable_length(dut: Tuple[Dut, Dut]) -> None:

dut_rx.expect_unity_test_output()

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand All @@ -40,8 +36,6 @@ def test_beacon(dut: Tuple[Dut, Dut]) -> None:

dut_rx.expect_unity_test_output()

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand Down Expand Up @@ -73,8 +67,6 @@ def test_fixed_length(dut: Tuple[Dut, Dut]) -> None:
dut_tx.expect_unity_test_output()
dut_rx.expect_unity_test_output()

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand Down
8 changes: 0 additions & 8 deletions test/test_app/pytest_lora.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from pytest_embedded import Dut
from typing import Tuple

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand All @@ -21,8 +19,6 @@ def test_explicit_header(dut: Tuple[Dut, Dut]) -> None:

dut_rx.expect_unity_test_output()

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand All @@ -40,8 +36,6 @@ def test_implicit_header(dut: Tuple[Dut, Dut]) -> None:

dut_rx.expect_unity_test_output()

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand All @@ -58,8 +52,6 @@ def test_rx_after_cad(dut: Tuple[Dut, Dut]) -> None:

dut_rx.expect_unity_test_output()

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand Down
2 changes: 0 additions & 2 deletions test/test_app/pytest_ook.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
from pytest_embedded import Dut
from typing import Tuple

@pytest.mark.supported_targets
@pytest.mark.generic
@pytest.mark.parametrize('count', [
2,
], indirect=True)
Expand Down

0 comments on commit a64dfc5

Please sign in to comment.