~bzr-eclipse/bzr-xmloutput/xmlls-verbose-mode

« back to all changes in this revision

Viewing changes to tests/__init__.py

  • Committer: Guillermo Gonzalez
  • Author(s): Piotr Piastucki
  • Date: 2013-02-21 18:57:54 UTC
  • mfrom: (164.1.4 xmloutput)
  • Revision ID: guillo.gonzo@gmail.com-20130221185754-wvg9z6mlzmj9s1le
Add support for new command 'xmltags'

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        'test_annotate_xml',
33
33
        'test_info_xml',
34
34
        'test_service',
 
35
        'test_tags_xml',
35
36
        ]
36
37
    basic_tests.addTest(loader.loadTestsFromModuleNames(
37
38
            ["%s.%s" % (__name__, tmn) for tmn in testmod_names]))