/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: Vincent Ladeuil
  • Date: 2009-05-07 09:54:50 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20090507095450-idnyqdk8t15sete7
Reproduce bug #373157 root cause.

* tests/test_annotate_config.py: 
Reproduce bug #373157.

* tests/__init__.py:
(load_tests): Add test_annotate_config.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
def load_tests(basic_tests, module, loader):
20
20
    testmod_names = [
 
21
        'test_annotate_config',
21
22
        'test_commit',
22
23
        'test_diff',
23
24
        'test_history',