diff options
Diffstat (limited to 'testenv/conf/response.py')
| -rw-r--r-- | testenv/conf/response.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testenv/conf/response.py b/testenv/conf/response.py index 23d55de5..976a9ce9 100644 --- a/testenv/conf/response.py +++ b/testenv/conf/response.py @@ -1,5 +1,9 @@ from conf import rule +""" Rule: Response +When this rule is set against a certain file, the server will unconditionally +respond to any request for the said file with the provided response code. """ + @rule() class Response: |
