test fixes, tests for partition

This commit is contained in:
Will McGugan
2022-07-27 15:37:33 +01:00
parent 90de092fd5
commit 1abe8f933d
11 changed files with 21 additions and 481 deletions

View File

@@ -1,6 +1,5 @@
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