Skip to content

Commit

Permalink
Add doctest for page up/down coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tumulak committed Jun 18, 2017
1 parent 69fd8e5 commit 1dc75a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dabbiew/dabbiew.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ def run(stdscr, df, keystrokes=None):
>>> run(curses.initscr(),
... pd.DataFrame([['a' ,'b', 'c'], [1, 2, 3], [4.0, 5.0, 6.0]]),
... keystrokes=iter(ord(c) for c in 'vljhk\x1b.,><tyty[]GG$/c\\rnp^ggjvllv:sum()\\rq:fail()\\r\x1b:sort_values(1)\\rsSq')) is None
... keystrokes=iter(ord(c) for c in 'vljhk\x1b.,><tyty[]GG$/c\\rnp^ggjvllv:sum()\\rq:fail()\\r\x1b:sort_values(1)\\rsSx\x06\x02q')) is None
True
:param stdscr: window object to update
Expand Down

0 comments on commit 1dc75a2

Please sign in to comment.