summaryrefslogtreecommitdiffhomepage
path: root/test/test_ruby_application.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/test_ruby_application.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/test_ruby_application.py b/test/test_ruby_application.py
index fb161c61..3ac62f71 100644
--- a/test/test_ruby_application.py
+++ b/test/test_ruby_application.py
@@ -315,6 +315,20 @@ def test_ruby_application_header_rack():
assert client.get()['status'] == 500, 'header rack'
+@pytest.mark.skip('not yet')
+def test_ruby_application_session():
+ client.load('session')
+
+ assert client.get()['status'] == 200
+
+
+@pytest.mark.skip('not yet')
+def test_ruby_application_multipart():
+ client.load('multipart')
+
+ assert client.get()['status'] == 200
+
+
def test_ruby_application_body_empty():
client.load('body_empty')