arduino-esp32/tests/validation/psram/test_psram.py
Lucas Saavedra Vaz 3445164e2d
test(psram): Add PSRAM test (#10409)
* test(psram): Add PSRAM test

* fix(test): Hide pointer arithmetic warning

* ci(pre-commit): Apply automatic fixes

* fix(json): Remove FQBNs for the test

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2024-10-07 15:56:41 +03:00

2 lines
67 B
Python

def test_psram(dut):
dut.expect_unity_test_output(timeout=120)