~jshepher/glance/functional_tests_using_glance_client

« back to all changes in this revision

Viewing changes to tests/unit/test_config.py

  • Committer: Justin Shepherd
  • Date: 2011-07-11 22:50:49 UTC
  • mfrom: (151.1.1 glance)
  • Revision ID: jshepher@rackspace.com-20110711225049-didr2bv61hxbdnep
merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        # of typed values
41
41
        parser = optparse.OptionParser()
42
42
        config.add_common_options(parser)
43
 
        parsed_options, args = config.parse_options(parser)
 
43
        parsed_options, args = config.parse_options(parser, [])
44
44
 
45
45
        expected_options = {'verbose': False, 'debug': False,
46
46
                            'config_file': None}