You can test Python functions locally on your computer. The default project contains a `test_func.py` file, which provides a simple unit test for functions.
[NOTE]
====
The default test framework for Python functions is `unittest`. You can use a different test framework if you prefer.