~noskcaj/ubuntu/vivid/webtest/merge

« back to all changes in this revision

Viewing changes to docs/api.txt

  • Committer: Package Import Robot
  • Author(s): Jackson Doak
  • Date: 2014-05-26 07:06:41 UTC
  • mfrom: (16.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140526070641-j1obqenfyewrcj4e
Tags: 2.0.15-1ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - d/control: Demote python-lxml and python-pyquery to Suggests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
:mod:`webtest` API
2
 
==================
3
 
 
4
 
.. automodule:: webtest
5
 
 
6
 
:class:`webtest.app.TestApp`
7
 
----------------------------
8
 
 
9
 
.. autoclass:: webtest.app.TestApp
10
 
   :members:
11
 
 
12
 
:class:`webtest.app.TestRequest`
13
 
--------------------------------
14
 
 
15
 
.. autoclass:: webtest.app.TestRequest
16
 
   :members:
17
 
   :show-inheritance:
18
 
 
19
 
 
20
 
:class:`webtest.response.TestResponse`
21
 
--------------------------------------
22
 
 
23
 
.. autoclass:: webtest.response.TestResponse
24
 
   :members:
25
 
   :show-inheritance:
26
 
 
27
 
:mod:`webtest.forms`
28
 
----------------------
29
 
 
30
 
.. automodule:: webtest.forms
31
 
   :members:
32
 
   :show-inheritance:
33
 
   :inherited-members:
34
 
 
35
 
 
36
 
:mod:`webtest.http`
37
 
---------------------
38
 
 
39
 
.. automodule:: webtest.http
40
 
   :members:
41
 
   :show-inheritance:
42
 
 
43
 
 
44
 
:mod:`webtest.lint`
45
 
---------------------
46
 
 
47
 
.. automodule:: webtest.lint
48
 
   :members:
49
 
   :show-inheritance:
50
 
 
51
 
 
52
 
:mod:`webtest.debugapp`
53
 
-----------------------
54
 
 
55
 
.. automodule:: webtest.debugapp
56
 
   :members:
57
 
   :show-inheritance: