Add PythonCodeAgent #2341
Annotations
10 errors
Test Unit:
lumen/tests/views/test_base.py#L459
test_exec_python_basic_execution
AssertionError: assert None == 'Hello World'
|
Test Unit:
lumen/tests/views/test_base.py#L474
test_exec_python_holoviews_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
Test Unit:
lumen/tests/views/test_base.py#L518
test_exec_python_panel_output
assert False
+ where False = isinstance(None, Column)
|
Test Unit:
lumen/tests/views/test_base.py#L492
test_exec_python_inside_function_execution
AssertionError: assert False
+ where False = isinstance(None, <class 'holoviews.core.element.Element'>)
+ where <class 'holoviews.core.element.Element'> = hv.Element
|
Test Unit:
lumen/tests/views/test_base.py#L533
test_exec_python_indentation_handling
assert None == 3
|
Test Unit:
lumen/tests/views/test_base.py#L503
test_exec_python_error_handling
assert False
+ where False = isinstance(None, Alert)
|
Test Unit:
lumen/tests/views/test_base.py#L553
test_exec_python_exec_code_view_roundtrip
AttributeError: 'ExecPythonView' object has no attribute 'code'
|
Test Unit:
lumen/tests/views/test_base.py#L582
test_exec_python_within_python_code_fence
assert None == 42
|
Test Unit:
lumen/tests/views/test_base.py#L569
test_exec_python_return_statement
assert None == 42
|
Test Unit:
lumen/tests/views/test_base.py#L600
test_exec_python_multiple_code_fence
assert None == 84
|
Loading