~harlowja/cloud-init/cloud-init-net-refactor

« back to all changes in this revision

Viewing changes to tests/unittests/helpers.py

  • Committer: Joshua Harlow
  • Date: 2016-05-19 22:33:15 UTC
  • Revision ID: harlowja@gmail.com-20160519223315-2bylbhy01tocjpkx
Fix up tests and flake8 warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        if _PY_MINOR == 4 and _PY_MICRO < 3:
46
46
            FIX_HTTPRETTY = True
47
47
 
 
48
 
48
49
# Makes the old path start
49
50
# with new base instead of whatever
50
51
# it previously had