~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

Merge from bzr.dev

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_diff',
33
34
                     'bzrlib.tests.blackbox.test_export',