aboutsummaryrefslogtreecommitdiffstats
path: root/test/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/utils.py')
-rw-r--r--test/utils.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/utils.py b/test/utils.py
index 12646106..9a00983c 100644
--- a/test/utils.py
+++ b/test/utils.py
@@ -22,3 +22,10 @@ def tflow():
return flow.Flow(r)
+def tflow_full():
+ r = treq()
+ f = flow.Flow(r)
+ f.response = tresp(r)
+ return f
+
+