summaryrefslogtreecommitdiff
path: root/docs/testing-applications.txt
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-11-11 18:51:46 +0000
committerianb <devnull@localhost>2005-11-11 18:51:46 +0000
commit5010431320ad6ecf80224e38e41fc145faafa2fa (patch)
tree6a10ca3695c48fb87f4d3afef1921953194e52f5 /docs/testing-applications.txt
parent32bf96f3f4a78f50e33bf8a6872108bec166e63b (diff)
downloadpaste-5010431320ad6ecf80224e38e41fc145faafa2fa.tar.gz
Fix docstrings for pudge
Diffstat (limited to 'docs/testing-applications.txt')
-rw-r--r--docs/testing-applications.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/testing-applications.txt b/docs/testing-applications.txt
index af9e111..71dd4d9 100644
--- a/docs/testing-applications.txt
+++ b/docs/testing-applications.txt
@@ -117,9 +117,8 @@ The response object:
``str(res)``:
Gives a slightly-compacted version of the response.
-``click(description=None, linkid=None, href=None, anchor=None,
- index=None, verbose=False)``: Clicks the described link (`see
- docstring for more
+``click(description=None, linkid=None, href=None, anchor=None, index=None, verbose=False)``:
+ Clicks the described link (`see docstring for more
<./class-paste.fixture.TestResponse.html#click>`_)
``forms``:
@@ -142,6 +141,8 @@ Request objects:
Form Submissions
================
+*New in svn trunk*
+
You can fill out and submit forms from your tests. First you get the
form::