Contributing your own nodes: https://docs.flojoy.ai/custom-nodes/creating-custom-node/
Run pytest
from the repo root
- Name your tests
<node_name>_test_.py
- Create your unit tests in the node directory. i.e
/TRANSFORMERS/ARITHMETIC/ADD/ADD_test_.py