Skip to content

Unit testing nodes #302

@Roh-codeur

Description

@Roh-codeur

I have been using this project and it's quite amazing!

Describe the solution you'd like
I would like to test out a combination of nodes. to do this, I need the ability to push individual messages to nodes and (sort of) invoke multiple cycles in the graph. for instance,

  1. Push a message to one of the nodes
  2. Assert the value in the output
  3. Push message onto one of the other nodes
  4. Assert the value in the output

Describe alternatives you've considered
I have been looking at the unit tests. I can see you create out ts in the test and push it to the node/graph and check the output in the end. I am able to do the same, however, do you think I can test out using the above workflow pls

sorry, if I missed something.

ta!

Metadata

Metadata

Assignees

No one assigned

    Labels

    tag: questionQuestions about use, potential features, or improvements

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions