summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorianb <devnull@localhost>2007-01-24 01:08:32 +0000
committerianb <devnull@localhost>2007-01-24 01:08:32 +0000
commitd0ccb2ac27fa5ea98e329d74ec3ee892efcf5f7e (patch)
treec80d9b95283045ecba083604cb46c55417e1f654 /docs
parent8f7e814a52fc1b195a304c29af7b4e49e76a2b2f (diff)
downloadpaste-d0ccb2ac27fa5ea98e329d74ec3ee892efcf5f7e.tar.gz
Allow list of status in test calls
Diffstat (limited to 'docs')
-rw-r--r--docs/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/news.txt b/docs/news.txt
index 483b72e..f98c4af 100644
--- a/docs/news.txt
+++ b/docs/news.txt
@@ -30,6 +30,9 @@ svn trunk
than ``paste.fileapp.FileApp`` (if you subclass and override
``make_app``)
+* ``paste.fixture.TestApp.get(status=X)`` takes a list of allowed
+ status codes for ``X``.
+
1.1.1
-----