Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 328 Bytes

nodes

Contributing your own nodes: https://docs.flojoy.ai/custom-nodes/creating-custom-node/

Testing your nodes

running tests

Run pytest from the repo root

creating tests

  • Name your tests <node_name>_test_.py
  • Create your unit tests in the node directory. i.e /TRANSFORMERS/ARITHMETIC/ADD/ADD_test_.py