/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: Jelmer Vernooij
  • Date: 2007-03-21 00:24:51 UTC
  • Revision ID: jelmer@samba.org-20070321002451-y75m5r289ul1dppb
Don't obtain handle to network manager until it's actually needed.

Show diffs side-by-side

added added

removed removed

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