Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validation: Statemachine graph of states/transitions should have only 1 component #20

Closed
fgmacedo opened this issue Jul 18, 2017 · 0 comments · Fixed by #232
Closed

Comments

@fgmacedo
Copy link
Owner

  • Python State Machine version: 0.5.0
  • Python version: Any.
  • Operating System: Any.

Description

Add a verification that inspect if the resulting graph of a state machine definition and should raise an InvalidDefinition exception if the graph is not a single component (has states that cannot be reached).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant