~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Gordon Tyler
  • Date: 2009-11-16 20:47:28 UTC
  • mto: This revision was merged to the branch mainline in revision 737.
  • Revision ID: gordon@doxxx.net-20091116204728-0gotohw3tlpjhrwy
Added --directory option to shell command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
def test_suite():
 
2
    from unittest import TestSuite
 
3
    return TestSuite()