~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/__init__.py

  • Committer: Martin Pool
  • Date: 2006-01-19 09:11:39 UTC
  • Revision ID: mbp@sourcefrog.net-20060119091139-d925dfcfdeef7109
Fix 'bzr added' typo, and tests for that command.  

Patch from Nathan McCallum.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright (C) 2005 by Canonical Ltd
 
1
# Copyright (C) 2005, 2006 by Canonical Ltd
2
2
# -*- coding: utf-8 -*-
3
3
 
4
4
# This program is free software; you can redistribute it and/or modify
28
28
 
29
29
def test_suite():
30
30
    testmod_names = [
 
31
                     'bzrlib.tests.blackbox.test_added',
31
32
                     'bzrlib.tests.blackbox.test_cat',
32
33
                     'bzrlib.tests.blackbox.test_export',
33
34
                     'bzrlib.tests.blackbox.test_missing',