Strider-CD / core

Strider Core
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

Make core compatible with client #16

Closed phiros closed 9 years ago

phiros commented 9 years ago

The Goal of this PR is to make core compatible with strider-cd/client (expect a PR for client soon). This PR is WIP.

Changes:

phiros commented 9 years ago

@knownasilya I think we can merge this now. However, Primus causes me still some grief in terms of testability. That is why the code coverage went down again. To me it is pretty clear that we need mockups of drone and client in core in order to test this properly. Any idea on how we could write such mockups without too much code duplication (or should we use some other approach altogether)?