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.
2 parents 12043f4 + 6da05fc commit c3c0480Copy full SHA for c3c0480
tests/test_server/tests_server_I.py
@@ -43,6 +43,10 @@ def test_post_example_json(client):
43
44
assert len(response.content) == 15326
45
assert response.status_code == 200
46
+
47
+ # Save binary into example.mle
48
+ with open("example.mle", "wb") as f:
49
+ f.write(response.content)
50
51
52
@pytest.mark.skip(reason="Not implemented yet")
0 commit comments