pythonwhat icon indicating copy to clipboard operation
pythonwhat copied to clipboard

Update incorrect_msg in has_expr when set_context/set_env used

Open filipsch opened this issue 6 years ago • 1 comments

Currently, the context variable values or environment variable values are not included in the automatically generated message, which can be confusing.

filipsch avatar Jul 13 '18 13:07 filipsch

We should probably always mention the context/env when it is set (also when calling a function with check_call, rerunning a body with check_body().has_equal_output(), checking the value of an argument with check_args('x')...).

hermansje avatar Nov 20 '18 15:11 hermansje