We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ee86d commit 6a478a8Copy full SHA for 6a478a8
1 file changed
docs/os-development/automated-testing.md
@@ -42,6 +42,9 @@ The unit tests can also run on a physical device, like an ESP32 that's connected
42
43
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.
44
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
+
48
The following assumes you have the MicroPythonOS REPL shell show up when you run mpremote.py, meaning this works:
49
50
```
0 commit comments