BIND 10 trac1897, updated. 4d6c30931eee834bb63b11fabec9d84390a9f6b7 [1897] Update docstring

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jan 23 13:19:16 UTC 2013


The branch, trac1897 has been updated
       via  4d6c30931eee834bb63b11fabec9d84390a9f6b7 (commit)
      from  eb1b9e524157d9c378ba0350fe3217d56dbc0665 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4d6c30931eee834bb63b11fabec9d84390a9f6b7
Author: Jelte Jansen <jelte at isc.org>
Date:   Wed Jan 23 14:19:04 2013 +0100

    [1897] Update docstring

-----------------------------------------------------------------------

Summary of changes:
 tests/lettuce/features/terrain/http.py |    6 ++++++
 1 file changed, 6 insertions(+)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/terrain/http.py b/tests/lettuce/features/terrain/http.py
index 31fa2d4..f1f72f5 100644
--- a/tests/lettuce/features/terrain/http.py
+++ b/tests/lettuce/features/terrain/http.py
@@ -29,6 +29,12 @@ def request_url(step, url):
 
 @step('last http response status code should be ([0-9]+)')
 def check_last_response_code(step, code):
+    """
+    Checks whether the last call to request_url resulted in a response
+    with the given (numeric) status code
+    Fails if it does not, or if there never was a complete request_url
+    operation
+    """
     assert world.last_http_response != None, "No HTTP request made yet"
     assert int(code) == world.last_http_response.getcode(),\
                         code + " != " +\



More information about the bind10-changes mailing list