LinkedInAttic / Zopkio

A Functional and Performance Test Framework for Distributed Systems
Apache License 2.0
159 stars 33 forks source link

Update to be more pythonic and use abc module for declaring abstract … #87

Closed jrusnakli closed 9 years ago

jrusnakli commented 9 years ago

Update to be more pythonic and use abc module for declaring abstract classes/methods Cleaned up cookie-cutter replicated code for sending signals to remote processes

Please Note: This does not address a bug so much as some clean up after learning/reviewing the code base. One part of these updates will now require the contract found in abstract methods in Deployer class be implemented to work, rather than having exceptions raised if not. This could represent a non-backwards compatible change which should be discussed