tests #15
Annotations
10 errors
Test unit:
panel\tests\io\test_resources.py#L87
test_resources_model_server
AssertionError: assert ['https://cdn...luxon.min.js'] == ['static/exte...luxon.min.js']
At index 0 diff: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tabulator.min.js' != 'static/extensions/panel/bundled/datatabulator/[email protected]/dist/js/tabulator.min.js'
Full diff:
[
- 'static/extensions/panel/bundled/datatabulator/[email protected]/dist/js/tabulator.min.js',
- 'static/extensions/panel/bundled/datatabulator/luxon/build/global/luxon.min.js',
+ 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tabulator.min.js',
+ 'https://cdn.jsdelivr.net/npm/luxon/build/global/luxon.min.js',
]
|
Test unit:
panel\tests\io\test_resources.py#L100
test_resources_model_cdn
AssertionError: assert ['https://cdn...luxon.min.js'] == ['https://cdn...luxon.min.js']
At index 0 diff: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tabulator.min.js' != 'https://cdn.holoviz.org/panel/1.5.0-b.2/dist/bundled/datatabulator/[email protected]/dist/js/tabulator.min.js'
Full diff:
[
- 'https://cdn.holoviz.org/panel/1.5.0-b.2/dist/bundled/datatabulator/[email protected]/dist/js/tabulator.min.js',
- 'https://cdn.holoviz.org/panel/1.5.0-b.2/dist/bundled/datatabulator/luxon/build/global/luxon.min.js',
+ 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tabulator.min.js',
+ 'https://cdn.jsdelivr.net/npm/luxon/build/global/luxon.min.js',
]
|
Test unit:
panel\tests\io\test_resources.py#L119
test_resources_model_inline
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\bundled\\datatabulator\\[email protected]\\dist\\js\\tabulator.min.js'
|
Test unit:
panel\tests\io\test_save.py#L41
test_save_external
assert 'https://cdn.holoviz.org/panel/1.5.0-b.2/dist/bundled/vegaplot/vega@5' in '<!DOCTYPE html>\n<html lang="en" >\n <head>\n <meta charset="utf-8">\n <title>Panel</title>\n <link rel="ap... else document.addEventListener("DOMContentLoaded", fn, {once: true});\n })();\n </script>\n </body>\n</html>'
+ where 'https://cdn.holoviz.org/panel/1.5.0-b.2/dist/bundled/vegaplot/vega@5' = <built-in method replace of str object at 0x00000219E6032600>('https://cdn.jsdelivr.net/npm', 'https://cdn.holoviz.org/panel/1.5.0-b.2/dist/bundled/vegaplot')
+ where <built-in method replace of str object at 0x00000219E6032600> = 'https://cdn.jsdelivr.net/npm/vega@5'.replace
+ and 'https://cdn.jsdelivr.net/npm' = _config(_admin=False, _admin_endpoint=None, _admin_log_level='DEBUG', _basic_auth=None, _comms='default', _console_out...ns=False, safe_embed=False, session_history=0, session_key_func=None, sizing_mode=None, template=None, throttled=False).npm_cdn
|
Test unit:
panel\tests\io\test_resources.py#L127
test_resources_reactive_html_server
AssertionError: assert ['https://cdn...stack-all.js'] == ['static/exte...stack-all.js']
At index 0 diff: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js' != 'static/extensions/panel/bundled/gridstack/[email protected]/dist/gridstack-all.js'
Full diff:
[
- 'static/extensions/panel/bundled/gridstack/[email protected]/dist/gridstack-all.js',
+ 'https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js',
]
|
Test unit:
panel\tests\io\test_resources.py#L140
test_resources_reactive_html_cdn
AssertionError: assert ['https://cdn...stack-all.js'] == ['https://cdn...stack-all.js']
At index 0 diff: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js' != 'https://cdn.holoviz.org/panel/1.5.0-b.2/dist/bundled/gridstack/[email protected]/dist/gridstack-all.js'
Full diff:
[
- 'https://cdn.holoviz.org/panel/1.5.0-b.2/dist/bundled/gridstack/[email protected]/dist/gridstack-all.js',
+ 'https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js',
]
|
Test unit:
panel\tests\io\test_resources.py#L155
test_resources_reactive_html_inline
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\bundled\\gridstack\\[email protected]\\dist\\gridstack-all.js'
|
Test unit:
panel\tests\io\test_save.py#L48
test_save_inline_resources
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\panel.min.js'
|
Test unit:
panel\tests\io\test_resources.py#L186
test_resources_design_inline
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\bundled\\bootstrap5\\js\\bootstrap.bundle.min.js'
|
Test unit:
panel\tests\test_server.py#L88
test_server_template_static_resources
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\bundled\\bootstraptemplate\\bootstrap.css'
|
Loading