You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Of course you could use a real JSON serializer instead of writing such strings by hand. You can use the httpie tool do ease this process, for instance:
$ http POST localhost:42920/run \
lang=python tests:='[{"stdin": "foo"}]' \
source=@script.py
Is there a work-around to test (small) multi-line Python code ? For instance, small functions (5 lines).
The text was updated successfully, but these errors were encountered: