-
-
Notifications
You must be signed in to change notification settings - Fork 531
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a163c0d
commit 1cabebd
Showing
21 changed files
with
140 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
from panel.pane import Markdown | ||
from panel.reactive import ReactiveHTML | ||
from panel.template import BootstrapTemplate | ||
from panel.tests.util import wait_until | ||
from panel.tests.util import bokeh3_failing, bokeh3_failing_all, wait_until | ||
from panel.widgets import ( | ||
Button, Tabulator, Terminal, TextInput, | ||
) | ||
|
@@ -154,6 +154,7 @@ def test_server_extensions_on_root(port): | |
assert r.ok | ||
|
||
|
||
@bokeh3_failing | ||
def test_autoload_js(port): | ||
html = Markdown('# Title') | ||
app_name = 'test' | ||
|
@@ -292,6 +293,10 @@ def app2(): | |
assert CSS2 in r2 | ||
|
||
|
||
# This test seem to fail if run after: | ||
# - test_server_async_local_state_nested_tasks | ||
# - test_server_async_local_state | ||
@bokeh3_failing_all | ||
def test_server_session_info(port): | ||
with config.set(session_history=-1): | ||
html = Markdown('# Title') | ||
|
@@ -822,6 +827,7 @@ def test_server_component_css_with_prefix_relative_url(port): | |
assert 'href="static/extensions/panel/bundled/terminal/[email protected]/css/xterm.css' in content | ||
|
||
|
||
@bokeh3_failing_all | ||
def test_server_component_css_with_subpath_and_prefix_relative_url(port): | ||
component = Terminal() | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.