feat(storage): update config for app tests

This commit is contained in:
Tomáš Rohlínek
2023-10-06 11:35:44 +02:00
parent 9327274a7a
commit 53f4f19cc1
31 changed files with 92 additions and 158 deletions

View File

@@ -9,7 +9,6 @@ from pytest_embedded import Dut
@pytest.mark.esp32
@pytest.mark.esp32c3
def test_spiffsgen_example(dut: Dut) -> None:
# Test with default build configurations
base_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'spiffs_image')