source: products/quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/tests/test_docs.py @ 3151

Last change on this file since 3151 was 3151, checked in by vmaksymiv, 13 years ago

pep8 fixes

  • Property svn:eol-style set to native
File size: 864 bytes
Line 
1# -*- coding: utf-8 -*-
2import unittest
3
4#from zope.testing import doctestunit
5#from zope.component import testing
6from base import TestCase, ztc
7
8
9def test_suite():
10    return unittest.TestSuite([
11
12        # Unit tests
13        #doctestunit.DocFileSuite(
14        #    'README.txt', package='quintagroup.dropdownmenu',
15        #    setUp=testing.setUp, tearDown=testing.tearDown),
16
17        #doctestunit.DocTestSuite(
18        #    module='quintagroup.dropdownmenu.mymodule',
19        #    setUp=testing.setUp, tearDown=testing.tearDown),
20
21
22        # Integration tests that use PloneTestCase
23        #ztc.ZopeDocFileSuite(
24        #    'menu.txt', package='quintagroup.dropdownmenu',
25        #    test_class=TestCase),
26
27        #ztc.FunctionalDocFileSuite(
28        #    'browser.txt', package='quintagroup.dropdownmenu',
29        #    test_class=TestCase),
30
31        ])
Note: See TracBrowser for help on using the repository browser.