Files
textual/tests/test_view.py
2022-03-02 15:39:26 +00:00

8 lines
245 B
Python

import pytest
from textual.layouts.dock import DockLayout
from textual.layouts.grid import GridLayout
from textual.layouts.horizontal import HorizontalLayout
from textual.layouts.vertical import VerticalLayout
from textual.screen import Screen