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

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

pyflakes fixes

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