Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Fixes to improve python2.7 compatibility #14

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

alexkas1977
Copy link

Add object keyword in two classes definitions - it allows super() to work correctly
Change the way that random time interval works
Fixed indentation error

@codecov-io
Copy link

Codecov Report

Merging #14 into master will not change coverage.
The diff coverage is 80%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #14   +/-   ##
=======================================
  Coverage   80.57%   80.57%           
=======================================
  Files          25       25           
  Lines         767      767           
=======================================
  Hits          618      618           
  Misses        149      149
Impacted Files Coverage Δ
chaosmonkey/attacks/executor.py 36.36% <0%> (ø) ⬆️
chaosmonkey/attacks/attack.py 83.33% <100%> (ø) ⬆️
chaosmonkey/engine/cme_manager.py 93.15% <100%> (ø) ⬆️
chaosmonkey/planners/planner.py 72.22% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4f5fbe...b073375. Read the comment docs.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants