/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Robert Collins
  • Date: 2007-03-23 12:46:47 UTC
  • mto: This revision was merged to the branch mainline in revision 182.
  • Revision ID: robertc@robertcollins.net-20070323124647-207i76uksk65l622
Add new command 'commit-notify' to listen for commits on dbus and show them via pynotify.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
    loader = TestUtil.TestLoader()
26
26
 
27
 
    testmod_names = ['test_preferences', 'test_history']
 
27
    testmod_names = [
 
28
        'test_preferences',
 
29
        'test_history',
 
30
        ]
28
31
 
29
32
    if os.name == 'nt':
30
33
        testmod_names.append("test_tortoise_bzr")