~hduran-8/juju-ci-tools/add_storage_ci_tests

« back to all changes in this revision

Viewing changes to test_jujupy.py

  • Committer: Curtis Hovey
  • Date: 2015-06-04 02:19:51 UTC
  • mfrom: (977.1.2 osx-isms)
  • Revision ID: curtis@canonical.com-20150604021951-65iydx0rb7lexc8j
Adjust test env so tht make test can pass on the osx-slave.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1108
1108
                self.assertNotEqual(temp_home, fake_home)
1109
1109
                symlink_path = get_jenv_path(fake_home, 'qux')
1110
1110
                symlink_target = os.path.realpath(symlink_path)
1111
 
                expected_target = get_jenv_path(temp_home, 'qux')
 
1111
                expected_target = os.path.realpath(
 
1112
                    get_jenv_path(temp_home, 'qux'))
1112
1113
                self.assertEqual(symlink_target, expected_target)
1113
1114
                config = yaml.safe_load(
1114
1115
                    open(get_environments_path(temp_home)))