xstate-python
xstate-python copied to clipboard
Guarded Transitions not functional
Implementing the unit tests test_statein.py in #49 highlighted that guarded transitions are not functional as they are yet to be implemented in xstate-python
The relevant unit tests for in state guards are suppressed in commit: d4065d3
docs ref: https://xstate.js.org/docs/guides/guards.html#in-state-guards relevant discussion: https://github.com/statelyai/xstate-python/pull/49#issuecomment-933372079
suggest to be labeled as Feature Request