~jml/+junk/bzr-establish

« back to all changes in this revision

Viewing changes to establish/tests/__init__.py

  • Committer: Jonathan Lange
  • Date: 2008-10-04 09:34:13 UTC
  • Revision ID: jml@canonical.com-20081004093413-gcpipfeo4yjn3c4m
Move project tests to their own module.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from bzrlib.tests import TestLoader
 
2
from bzrlib.plugins.establish.tests import test_project
 
3
 
 
4
 
 
5
def test_suite():
 
6
    return TestLoader().loadTestsFromModule(test_project)