You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup a good skeleton with elixir testing best practices would be a big step forward for the project.
See the BTSK (behavior tree starter kit) for examples of whats important to test for the abstract stuff in the API. That would be a great starting point.
The text was updated successfully, but these errors were encountered:
upstarter
changed the title
TESTING: setup basic unit testing for lib/core/behavior.ex
TESTING: setup basic unit testing for lib/core/nodeexFeb 13, 2020
Hey @Atul9, sorry it took so long to get back to you. I am still working on getting a simple version working. Right now it runs with iex -S mix, but only ticking the trees that do nothing but log. Next is to get a very simple sequence running, then we're off to the races! If you want to have a go at testing the existing simple functionality, just make a PR.
@upstarter ok, I am familiar with adding function test but new to adding macro test, I am trying it out. I will work on it this weekend & If I need help with macro test I will ask about it in slack.
Hi @upstarter I am not feeling well. I need to take rest, hence someone else can take this up.
upstarter
changed the title
TESTING: setup basic unit testing for lib/core/node.ex
TESTING: setup basic unit testing for lib/core/control/automaton.exFeb 22, 2020
upstarter
changed the title
TESTING: setup basic unit testing for lib/core/control/automaton.ex
setup basic unit testing for lib/core/control/automaton.exMay 9, 2020
Setup a good skeleton with elixir testing best practices would be a big step forward for the project.
See the BTSK (behavior tree starter kit) for examples of whats important to test for the abstract stuff in the API. That would be a great starting point.
The text was updated successfully, but these errors were encountered: