Changeset 1159 in products


Ignore:
Timestamp:
Jul 24, 2009 3:10:53 PM (15 years ago)
Author:
piv
Message:

started with doc tests

Location:
quintagroup.dropdownmenu/trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/menu.txt

    r1157 r1159  
    1 Using menu 
    2 ========== 
     1Menu generation 
     2=============== 
    33 
    4 More to go... 
     4Dropdown menu is generated from two sources: portal_actions tool and content 
     5structure. 
     6 
     7Settings 
     8-------- 
     9 
     10This package allows you to adjust a lot of different menu related things via 
     11/@@dropdownmenu-controlpanel control panel. More on this in 
     12`controlpanel.txt` doc test. 
     13 
     14 
     15Portal Actions 
     16============== 
     17 
     18 
     19 
     20 
     21Content Structure 
     22================= 
     23 
     24 
     25 
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/tests.py

    r1158 r1159  
    4444            test_class=TestCase), 
    4545 
     46        ztc.ZopeDocFileSuite( 
     47            'controlpanel.txt', package='quintagroup.dropdownmenu', 
     48            test_class=TestCase), 
     49 
    4650        #ztc.FunctionalDocFileSuite( 
    4751        #    'browser.txt', package='quintagroup.dropdownmenu', 
  • quintagroup.dropdownmenu/trunk/setup.py

    r1157 r1159  
    99      long_description=open("README.txt").read() + "\n" + 
    1010                       open(os.path.join("docs", "HISTORY.txt")).read() + 
    11                        open(os.path.join("quintagroup", "dropdownmenu", "menu.txt")).read(), 
     11                       open(os.path.join("quintagroup", "dropdownmenu", "menu.txt")).read() + 
     12                       open(os.path.join("quintagroup", "dropdownmenu", "controlpanel.txt")).read(), 
    1213      # Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers 
    1314      classifiers=[ 
Note: See TracChangeset for help on using the changeset viewer.