~brian.curtin/ubuntu-sso-client/py3-iter-removal

« back to all changes in this revision

Viewing changes to ubuntu_sso/tests/test_account.py

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2012-06-22 18:55:32 UTC
  • mfrom: (972.1.2 use-dirspec)
  • Revision ID: tarmac-20120622185532-3363b9n1wpneoeon
Remove the xdg_base_directory module as it duplicates dirspec now

Show diffs side-by-side

added added

removed removed

Lines of Context:
230
230
 
231
231
    def verify_frc_shutdown(self):
232
232
        """Verify that the FakeRestfulClient was stopped."""
233
 
        assert self.frc.started == False, "Restfulclient must be shut down."
 
233
        assert self.frc.started is False, "Restfulclient must be shut down."
234
234
 
235
235
    @defer.inlineCallbacks
236
236
    def test_generate_captcha(self):