We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1443d62 commit 8fbe437Copy full SHA for 8fbe437
test/ruby/input_rewind/config.ru
test/test_ruby_application.py
@@ -163,15 +163,6 @@ def test_ruby_application_input_each():
163
assert client.post(body=body)['body'] == body, 'input each'
164
165
166
-@pytest.mark.skip('not yet')
167
-def test_ruby_application_input_rewind():
168
- client.load('input_rewind')
169
-
170
- body = '0123456789'
171
172
- assert client.post(body=body)['body'] == body, 'input rewind'
173
174
175
@pytest.mark.skip('not yet')
176
def test_ruby_application_syntax_error(skip_alert):
177
skip_alert(
0 commit comments