Changeset 7818 for main/waeup.kofa/trunk/docs/source/developerdocs
- Timestamp:
- 8 Mar 2012, 22:23:57 (13 years ago)
- Location:
- main/waeup.kofa/trunk/docs/source/developerdocs
- Files:
-
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/docs/source/developerdocs/api/api_applicants.rst
r7808 r7818 26 26 applicants/api_browser 27 27 applicants/api_permissions 28 applicants/api_vocabularies29 28 applicants/api_workflow 30 29 -
main/waeup.kofa/trunk/docs/source/developerdocs/api/api_payments.rst
r7808 r7818 20 20 payments/api_payment 21 21 payments/api_container 22 payments/api_vocabularies23 22 payments/api_interfaces -
main/waeup.kofa/trunk/docs/source/developerdocs/developernotes.rst
r7808 r7818 2 2 *************** 3 3 4 How to setup a developer instance of the WAeUP.K OFA, handle tests, docs4 How to setup a developer instance of the WAeUP.Kofa, handle tests, docs 5 5 etc. 6 6 7 The new WAeUP.K OFAis based on `Grok <http://grok.zope.org/>`_.7 The new WAeUP.Kofa is based on `Grok <http://grok.zope.org/>`_. 8 8 9 9 Installing a developer copy … … 15 15 -------------------- 16 16 17 To create a working copy of the WAeUP.K OFAwe recommend use of17 To create a working copy of the WAeUP.Kofa we recommend use of 18 18 `virtualenv`. You, however, need also some basic libraries, a C 19 19 compiler and some things more. … … 127 127 In the sandbox (or anywhere else) we now create our real working 128 128 environment. To do this, we change to the sandbox and checkout the 129 sources of the WAeUP.K OFAfrom the subversion server::129 sources of the WAeUP.Kofa from the subversion server:: 130 130 131 131 $ cd mysandbox/ … … 277 277 278 278 Most unit tests furthermore declare that they want to be run inside 279 the `WAeUPK OFAUnitTestLayer` defined in `waeup.kofa.testing`. This279 the `WAeUPKofaUnitTestLayer` defined in `waeup.kofa.testing`. This 280 280 layer groks the whole `waeup.kofa` package, so that all ZCA 281 281 components are already setup when you start your tests. … … 284 284 layer, the testfile has to provide the following line:: 285 285 286 .. :layer: waeup.kofa.testing.WAeUPK OFAUnitTestLayer286 .. :layer: waeup.kofa.testing.WAeUPKofaUnitTestLayer 287 287 288 288 Use it, if in your tests you make use of registered components like
Note: See TracChangeset for help on using the changeset viewer.