cloudviz / agentless-system-crawler

A tool to crawl systems like crawlers for the web
Apache License 2.0
117 stars 44 forks source link

print() and other flake8 fixes for tests #323

Closed cclauss closed 6 years ago

cclauss commented 7 years ago

Fixing ~#309~ #319 relates issues.

Signed-off-by: Chris Clauss cclauss@bluewin.ch

sahilsuneja1 commented 7 years ago

@cclauss: Thanks. I'm assuming this relates to issue #319 and not #309.

Also, travis would complain even if one amongst all commits isn't signed (which is the case here). So best option would be to squash all commits into one and sign it.

Also, does this take care of all flake8 failures for tests, or are there more left after this?