~smoser/cloud-init/lp-1077700

  • Committer: harlowja
  • Date: 2012-10-28 02:25:48 UTC
  • Revision ID: harlowja@virtualbox.rhel-20121028022548-2m4y18xiepzn8l2e
Helpful cleanups.

1. Remove the usage of the path.join function
   now that all code should be going through
   the util file methods (and they can be
   mocked out as needed).
2. Adjust all occurences of the above join
   function to either not use it or replace
   it with the standard os.path.join (which
   can also be mocked out as needed)
3. Fix pylint from complaining about the
   tests folder 'helpers.py' not being found
4. Add a pylintrc file that is used instead
   of the options hidden in the 'run_pylint' 
   tool.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 696.1.1 12 years ago harlowja Helpful cleanups. 1. Remove the usage of the path Empty Diff Download File
test_altcloud.py 629 12 years ago Scott Moser fix pep8 complaints. make pep8 now is silent on p 13.9 KB Diff Download File
test_configdrive.py 689 12 years ago Scott Moser fix pep8/pylint 10.8 KB Diff Download File
test_maas.py 629 12 years ago Scott Moser fix pep8 complaints. make pep8 now is silent on p 5 KB Diff Download File