Skip to content

Commit

Permalink
Remove tests.util module
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 14, 2025
1 parent d7933e5 commit d77bf68
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 235 deletions.
3 changes: 1 addition & 2 deletions tests/ui/widgets/test_button.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

pytest.importorskip('playwright')

from panel.tests.util import serve_component, wait_until
from panel_material_ui.widgets import Button, ButtonIcon, Toggle

from playwright.sync_api import expect
from tests.util import serve_component, wait_until

pytestmark = pytest.mark.ui

Expand Down
3 changes: 1 addition & 2 deletions tests/ui/widgets/test_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

pytest.importorskip('playwright')

from panel.tests.util import serve_component, wait_until
from panel_material_ui.widgets import TextInput, PasswordInput, TextAreaInput, Checkbox, Switch, FileInput, ToggleIcon

from playwright.sync_api import expect
from tests.util import serve_component, wait_until

pytestmark = pytest.mark.ui

Expand Down
3 changes: 1 addition & 2 deletions tests/ui/widgets/test_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

pytest.importorskip('playwright')

from panel.tests.util import serve_component, wait_until
from panel_material_ui.widgets import AutocompleteInput, Select, RadioBoxGroup, RadioButtonGroup, CheckButtonGroup

from playwright.sync_api import expect
from tests.util import serve_component, wait_until

pytestmark = pytest.mark.ui

Expand Down
3 changes: 1 addition & 2 deletions tests/ui/widgets/test_sliders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
pytest.importorskip('playwright')

from bokeh.models.formatters import PrintfTickFormatter
from panel.tests.util import serve_component, wait_until
from panel_material_ui.widgets import IntSlider, Rating
from playwright.sync_api import expect

from tests.util import serve_component

pytestmark = pytest.mark.ui


Expand Down
227 changes: 0 additions & 227 deletions tests/util.py

This file was deleted.

0 comments on commit d77bf68

Please sign in to comment.