Fixed tests failing in gnome-terminal.

This commit is contained in:
Andrew Hamilton 2016-10-26 13:43:02 +02:00
parent 54166ed195
commit cff347ae77
4 changed files with 8 additions and 1 deletions

View file

@ -3,9 +3,12 @@
# Copyright (C) 2015-2016 Andrew Hamilton. All rights reserved.
# Licensed under the Artistic License 2.0.
import os
import pickle
import unittest
os.environ["TERM"] = "st-256color"
from termstr import TermStr, CharStyle
import termstr