~ubuntu-branches/debian/squeeze/bzr-builddeb/squeeze

« back to all changes in this revision

Viewing changes to tests/blackbox/__init__.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-01-18 19:15:26 UTC
  • mfrom: (5.1.5 karmic)
  • Revision ID: james.westby@ubuntu.com-20100118191526-fzyw0n60z6vrhhhn
Tags: 2.2
* Upload to unstable.
* Bump standards version to 3.8.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
          'test_builddeb',
27
27
          'test_do',
28
28
          'test_import_dsc',
 
29
          'test_mark_uploaded',
 
30
          'test_merge_package',
29
31
          'test_merge_upstream',
30
32
          ]
31
33
  loader = TestUtil.TestLoader()