mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Merge pull request #2700 from davep/split-option-list-snapshits
Split up the OptionList snapshot tests
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -212,9 +212,13 @@ def test_tabbed_content(snap_compare):
|
|||||||
assert snap_compare(WIDGET_EXAMPLES_DIR / "tabbed_content.py")
|
assert snap_compare(WIDGET_EXAMPLES_DIR / "tabbed_content.py")
|
||||||
|
|
||||||
|
|
||||||
def test_option_list(snap_compare):
|
def test_option_list_strings(snap_compare):
|
||||||
assert snap_compare(WIDGET_EXAMPLES_DIR / "option_list_strings.py")
|
assert snap_compare(WIDGET_EXAMPLES_DIR / "option_list_strings.py")
|
||||||
|
|
||||||
|
def test_option_list_options(snap_compare):
|
||||||
assert snap_compare(WIDGET_EXAMPLES_DIR / "option_list_options.py")
|
assert snap_compare(WIDGET_EXAMPLES_DIR / "option_list_options.py")
|
||||||
|
|
||||||
|
def test_option_list_tables(snap_compare):
|
||||||
assert snap_compare(WIDGET_EXAMPLES_DIR / "option_list_tables.py")
|
assert snap_compare(WIDGET_EXAMPLES_DIR / "option_list_tables.py")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user