gitevents / core

GitEvents core; manage your user group with GitHub
MIT License
41 stars 19 forks source link

[WIP] Split up events module #152

Closed mike182uk closed 8 years ago

mike182uk commented 8 years ago

In this PR i have attempted to split up the events module, and have added tests to the newly created modules.

The intention is to eventually have the whole module covered by tests (by splitting the code into more manageable chunks that are covered by tests).

I have tried to limit refactoring as much as possible outside of splitting the code up.

mike182uk commented 8 years ago

Closing in favour of high level integration tests introduced in https://github.com/gitevents/core/pull/156, https://github.com/gitevents/core/pull/159, https://github.com/gitevents/core/pull/158