diff options
| author | jacqueline <me@jacqueline.id.au> | 2024-04-09 11:04:42 +1000 |
|---|---|---|
| committer | jacqueline <me@jacqueline.id.au> | 2024-04-09 11:04:42 +1000 |
| commit | 6e73f1a22edddf19a2813c3fdfe67664e04629b3 (patch) | |
| tree | baad85a99e2e30db5bcca690dbc6250ae8756436 /lib/fatfs/host_test/pytest_fatfs_linux.py | |
| parent | 96b62321c33ff5e146d52416dc5da3f0c240b4b0 (diff) | |
| download | tangara-fw-6e73f1a22edddf19a2813c3fdfe67664e04629b3.tar.gz | |
Upgrade fatfs component version
Diffstat (limited to 'lib/fatfs/host_test/pytest_fatfs_linux.py')
| -rw-r--r-- | lib/fatfs/host_test/pytest_fatfs_linux.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/fatfs/host_test/pytest_fatfs_linux.py b/lib/fatfs/host_test/pytest_fatfs_linux.py new file mode 100644 index 00000000..7b12c361 --- /dev/null +++ b/lib/fatfs/host_test/pytest_fatfs_linux.py @@ -0,0 +1,10 @@ +# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD +# SPDX-License-Identifier: Unlicense OR CC0-1.0 +import pytest +from pytest_embedded import Dut + + +@pytest.mark.linux +@pytest.mark.host_test +def test_fatfs_linux(dut: Dut) -> None: + dut.expect_exact('All tests passed', timeout=120) |
