summaryrefslogtreecommitdiffstats
path: root/tests/features/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/environment.py')
-rw-r--r--tests/features/environment.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/features/environment.py b/tests/features/environment.py
index dedbe093..25f5c6ba 100644
--- a/tests/features/environment.py
+++ b/tests/features/environment.py
@@ -22,6 +22,7 @@ def before_all(context):
os.environ['COLUMNS'] = "100"
os.environ['PAGER'] = 'cat'
os.environ['EDITOR'] = 'ex'
+ os.environ['VISUAL'] = 'ex'
context.package_root = os.path.abspath(
os.path.dirname(os.path.dirname(os.path.dirname(__file__))))