~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-11-02 22:48:49 UTC
  • mto: This revision was merged to the branch mainline in revision 2132.
  • Revision ID: john@arbash-meinel.com-20061102224849-9683d741ce3fbe38
Update file and revision id generators.
Move id generation to its own file, deprecate the old functions, 
make gen_revision_id() not require an email address in the
username, and use rand_chars() instead of hexlify(rand_bytes())

Show diffs side-by-side

added added

removed removed

Lines of Context:
1690
1690
                   'bzrlib.tests.test_escaped_store',
1691
1691
                   'bzrlib.tests.test_fetch',
1692
1692
                   'bzrlib.tests.test_ftp_transport',
 
1693
                   'bzrlib.tests.test_generate_ids',
1693
1694
                   'bzrlib.tests.test_gpg',
1694
1695
                   'bzrlib.tests.test_graph',
1695
1696
                   'bzrlib.tests.test_hashcache',