The context viewer is broken in TESTING. If a results cell is clicked, the following error is shown:
AttributeError 'ContextView' object has no attribute 'context'
Trace
Function finalize_context() in coquery/gui/contextviewer.py, line 256:
> text = self.context["text"]
The console shows the error
("name 'html_escape' is not defined", 'occurred at index 173')
The context viewer is broken in TESTING. If a results cell is clicked, the following error is shown:
The console shows the error