ScatterHQ / machinist

A library for constructing finite state machines
Apache License 2.0
57 stars 12 forks source link

Add a unit test for _FiniteStateMachine.receive raising ValueError #27

Closed exarkun closed 10 years ago

adamtheturtle commented 10 years ago

It seems that this ValueError cannot be raised by interacting with public methods and variables. Therefore this issue is superseded by one which will remove the raising of this ValueError https://github.com/hybridcluster/machinist/issues/33.