aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2014-10-18 03:06:52 -0400
committerJesse Luehrs <doy@tozt.net>2014-10-18 03:06:52 -0400
commit7fff1322755f62ff248eb17412083cd8c47812a3 (patch)
treeb3744c239d02f2757d3f94514b40fbbbc240f849
parent3f241d0d1335754e6e7943031c1912cf8191ea07 (diff)
downloadlibvt100-python-7fff1322755f62ff248eb17412083cd8c47812a3.tar.gz
libvt100-python-7fff1322755f62ff248eb17412083cd8c47812a3.zip
use the right name for this test
-rw-r--r--t/control_test.py (renamed from t/escape_test.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/escape_test.py b/t/control_test.py
index d9385fc..d850a0a 100644
--- a/t/escape_test.py
+++ b/t/control_test.py
@@ -1,6 +1,6 @@
from . import VT100Test
-class EscapeTest(VT100Test):
+class ControlTest(VT100Test):
def test_bel(self):
assert not self.vt.seen_audible_bell()
self.vt.process("\a")