heynemann / pyccuracy

Pyccuracy is a BDD-style Web Acceptance Testing framework in Python.
http://pyccuracy.org
224 stars 35 forks source link

Implement an event system for Pyccuracy #58

Closed heynemann closed 14 years ago

heynemann commented 14 years ago

Implement an "event bus" that allows clients to subscribe to specific events and interfere with Pyccuracy's overall behavior.

guilhermechapiewski commented 14 years ago

Just implemented hooks system: http://github.com/heynemann/pyccuracy/wikis/hooks