Add ability to define custom tornado handler plugins #12349
Annotations
4 errors
Test unit:
panel\tests\command\test_serve.py#L178
test_serve_setup
Failed: No matching log line in process output, following output was captured:
D:\a\panel\panel\panel\command\serve.py:281: SyntaxWarning: 'tuple' object is not callable; perhaps you missed a comma?
('--plugins', dict(
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "D:\a\panel\panel\panel\__main__.py", line 11, in <module>
main()
File "D:\a\panel\panel\panel\__main__.py", line 5, in main
from panel.command import main as _main
|
Test unit:
panel\tests\command\test_compile.py#L25
test_compile_component
FileNotFoundError: [WinError 2] The system cannot find the file specified: 'D:\\a\\panel\\panel\\panel\\tests\\command\\JSTestComponent.bundle.js'
|
Test unit:
panel\tests\command\test_serve.py#L198
test_serve_authorize_callback_exception
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "D:\a\panel\panel\panel\__main__.py", line 11, in <module>
main()
File "D:\a\panel\panel\panel\__main__.py", line 5, in main
from panel.command import main as _main
File "D:\a\panel\panel\panel\command\__init__.py", line 19, in <module>
from .serve import Serve
|
Test unit
Process completed with exit code 1.
|
Loading