Files
micropython/tests/ports/esp32/esp32_nvs.py.exp
Damien George 7bbcee3cf0 tests: Move port-specific test directories into tests/ports/ directory.
To keep them all together, mirroring the top-level directory structure.

Signed-off-by: Damien George <damien@micropython.org>
2024-01-22 11:48:27 +11:00

15 lines
282 B
Plaintext

1234
-503
1234
bytearray(b'testing a string as a blob')
26 26
bytearray(b'testing a bytearray')
19 19
(-4354, 'ESP_ERR_NVS_NOT_FOUND')
(-4354, 'ESP_ERR_NVS_NOT_FOUND')
(-4354, 'ESP_ERR_NVS_NOT_FOUND')
(-4364, 'ESP_ERR_NVS_INVALID_LENGTH')
(-4354, 'ESP_ERR_NVS_NOT_FOUND')
-503
7654