summaryrefslogtreecommitdiff
path: root/tests/test_statemachine.py
AgeCommit message (Expand)Author
2010-07-01fix for statemachine where operations would unintentionally block if the lock...Tom Nichols
2010-06-07added documentation for transition_ctx and removed some superfluous comment l...Thom Nichols
2010-06-07added __str__Thom Nichols
2010-06-07context manager now returns a boolean 'result' as the context variable to ind...Thom Nichols
2010-06-07context manager is working but there's a fatal flaw: inside the body of the '...Thom Nichols
2010-06-03added function execution on transition, and more unit tests.Thom Nichols
2010-06-02overhauled state machine. Now allows for atomic transitions.Thom Nichols