LinkedInAttic / simoorg

Failure inducer framework
https://github.com/linkedin/simoorg/blob/master/docs/user_guide.md
Apache License 2.0
191 stars 45 forks source link

A pull request to fix all unittest issues #9

Closed sarathsreedharan closed 9 years ago

sarathsreedharan commented 9 years ago

Previously the unittests expected a dummy healthcheck to be already in place in the /tmp directory, have modified the test setup function to copy a dummy healthcheck to the /tmp/ location before each test

MayureshGharat commented 9 years ago

Thanks @sarathsreedharan

anhvngo commented 8 years ago

is this fixed ? i am still seeing the error: for module in sys.modules.itervalues(): RuntimeError: dictionary changed size during iteration

sarathsreedharan commented 8 years ago

Are you seeing this issue while running unittest? Can you tell me which unittest is producing this error and what version of python you are using?

sarathsreedharan commented 8 years ago

Looks like this is the same issue as #6, will raise a pull request to update the document to reflect the use nosetests.