Add monochrome option, chmod 664 when copying config.

This commit is contained in:
Michael Lazar
2016-04-12 15:56:09 -07:00
parent 95d37ecf55
commit b72b7965c1
6 changed files with 21 additions and 8 deletions

View File

@@ -168,7 +168,6 @@ def test_objects_color(stdscr):
assert getattr(Color, color) == curses.A_NORMAL
Color.init()
assert curses.use_default_colors.called
# Check that all colors are populated
for color in colors:
@@ -182,6 +181,7 @@ def test_objects_curses_session(stdscr):
pass
assert curses.initscr.called
assert curses.endwin.called
assert curses.use_default_colors.called
curses.initscr.reset_mock()
curses.endwin.reset_mock()