A repo that provides the MP-Lib unittest.py to CircuitPython to allow makers to take full advantage of Python's unittest within CircuitPython.
git clone https://github.com/mytechnotalent/CircuitPython_Unittest.gitunittest.py
code.py
test_code.py
tests/test_code.pyunittest.py could copied to the lib folder instead of the root.
If you have any questions regarding this app or implementing your own version of this app please visit us in the CircuitPython Discord channel HERE and visit the help-with-circuitpython room.
import unittest
unittest.main('test_code')
unittest.main('tests.test_code')