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.git
unittest.py
code.py
test_code.py
tests/test_code.py
unittest.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')
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.