Skip to content

Commit 6a478a8

Browse files
Add caveat
1 parent c5ee86d commit 6a478a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/os-development/automated-testing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ The unit tests can also run on a physical device, like an ESP32 that's connected
4242

4343
This takes quite some time, because it restarts the device before each test, to make sure there's no leftover state from a previous test lingering.
4444

45+
Note that, since these tests are currently not automatically checked, some of these might have accidentally been broken without it being noticed.
46+
If you see something you can fix, feel free to do so, but you're not expected to clean up someone else's mess if you didn't break it yourself.
47+
4548
The following assumes you have the MicroPythonOS REPL shell show up when you run mpremote.py, meaning this works:
4649

4750
```

0 commit comments

Comments
 (0)