aboutsummaryrefslogtreecommitdiff
path: root/tests/cmdline
diff options
context:
space:
mode:
authorPaul Sokolovsky2015-08-30 11:36:42 +0300
committerPaul Sokolovsky2015-08-30 11:36:42 +0300
commita3fe30740035ef78d1107b6d55d1092b9502873d (patch)
tree9cbe5132df48a68697b2fb143ca6c806fa6248a1 /tests/cmdline
parent1a1b48e51a49bfcd2e16ed5d764567bb2e5aa753 (diff)
tests: Consolidate all feature check snippets under feature_check/.
Diffstat (limited to 'tests/cmdline')
-rw-r--r--tests/cmdline/repl_emacs_check.py3
-rw-r--r--tests/cmdline/repl_emacs_check.py.exp6
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/cmdline/repl_emacs_check.py b/tests/cmdline/repl_emacs_check.py
deleted file mode 100644
index 320971622..000000000
--- a/tests/cmdline/repl_emacs_check.py
+++ /dev/null
@@ -1,3 +0,0 @@
-# Check for emacs keys in REPL
-t = +11
-t == 2
diff --git a/tests/cmdline/repl_emacs_check.py.exp b/tests/cmdline/repl_emacs_check.py.exp
deleted file mode 100644
index d3834429b..000000000
--- a/tests/cmdline/repl_emacs_check.py.exp
+++ /dev/null
@@ -1,6 +0,0 @@
-Micro Python \.\+ version
->>> # Check for emacs keys in REPL
->>> t = \.\+
->>> t == 2
-True
->>>