mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Text log scroll end (#2127)
* added switches * snapshot * changelog * tweak docstrings * Update src/textual/widgets/_text_log.py Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --------- Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -323,3 +323,7 @@ def test_auto_table(snap_compare):
|
||||
|
||||
def test_table_markup(snap_compare):
|
||||
assert snap_compare(SNAPSHOT_APPS_DIR / "table_markup.py")
|
||||
|
||||
|
||||
def test_textlog_scroll(snap_compare):
|
||||
assert snap_compare(SNAPSHOT_APPS_DIR / "textlog_scroll.py")
|
||||
|
||||
Reference in New Issue
Block a user