~launchpad-pqm/launchpad/devel

12408.1.16 by Jonathan Lange
Move ftesting to zcml directory
1
This is all a bit speculative.
2
3
Entry points
4
============
5
6
These are the bits of ZCML that are explicitly loaded by Python code. These
7
ZCML files in turn load other parts.
8
9
  site.zcml
10
    The big kahuna. Various config files (e.g. launchpad.conf) refer
12408.1.18 by Jonathan Lange
Properly move, and update README.
11
    to this file.  For the time being, this must be available in the root
12
    directory of the Launchpad tree, since production configuration files
13
    depend on it being there.
12408.1.16 by Jonathan Lange
Move ftesting to zcml directory
14
15
  ftesting.zcml
16
    Used to configure the functional testing layer.  Look in
17
    canonical.testing.layers to see how it gets hooked in.
18
12408.1.17 by Jonathan Lange
Move script and script-testing.
19
  script.zcml
20
    The main ZCML used for "scripts". Anything that runs in the Zopeless layer
21
    uses this.  See ``execute_zcml_for_scripts``.
22
23
  script-testing.zcml
24
    As for script.zcml, but for testing said scripts.