Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 239 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 239 Bytes

nodes

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