Framework for testing graphics command parsing

This commit is contained in:
Kovid Goyal
2017-09-25 20:54:36 +05:30
parent 967e65e150
commit 8e64895c23
6 changed files with 56 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ def filled_history_buf(ynum=5, xnum=5, cursor=Cursor()):
class BaseTest(TestCase):
ae = TestCase.assertEqual
maxDiff = 2000
def create_screen(self, cols=5, lines=5, scrollback=5):
c = Callbacks()