doc/book/en/development/testing/index.rst
branchstable
changeset 2175 16d3c37c5d28
parent 2172 cf8f9180e63e
child 2953 e5bdf98be37f
equal deleted inserted replaced
2174:7f576dc9502e 2175:16d3c37c5d28
     8 
     8 
     9 
     9 
    10 Unit tests
    10 Unit tests
    11 ----------
    11 ----------
    12 
    12 
    13 `CubicWeb` framework provides essentially two Python test classes in the
    13 *CubicWeb* framework provides essentially two Python test classes in the
    14 module `cubicweb.devtools.apptest`:
    14 module `cubicweb.devtools.apptest`:
    15 
    15 
    16 * `EnvBasedTC`, to simulate a complete environment (web + repository)
    16 * `EnvBasedTC`, to simulate a complete environment (web + repository)
    17 * `RepositoryBasedTC`, to simulate a repository environment only
    17 * `RepositoryBasedTC`, to simulate a repository environment only
    18 
    18