~james-w/tarmac/one-at-a-time

« back to all changes in this revision

Viewing changes to tarmac/tests/test_commands.py

  • Committer: James Westby
  • Date: 2013-01-23 23:19:00 UTC
  • mfrom: (398.2.3 tarmac)
  • Revision ID: james.westby@canonical.com-20130123231900-1x5t4l9fx13kiob2
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
    #    sys.stdout = old_stdout
61
61
 
62
62
    def test_run_already_authenticated(self):
63
 
        '''If the user has already been authenticated, don't try again.'''
 
63
        '''If the user has already been authenticated, do not try again.'''
64
64
        registry = CommandRegistry(config=self.config)
65
65
        registry.register_command('authenticate', commands.cmd_authenticate)
66
66
        command = registry._get_command(commands.cmd_authenticate,