statelyai / xstate-python

XState for Python
MIT License
177 stars 18 forks source link

Guarded Transitions not functional #50

Open auphofBSF opened 2 years ago

auphofBSF commented 2 years ago

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

auphofBSF commented 2 years ago

suggest to be labeled as Feature Request