summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEric Lin <anselor@gmail.com>2018-05-02 11:56:49 -0400
committerEric Lin <anselor@gmail.com>2018-05-02 11:56:49 -0400
commit97668f9464a6a4cb89e82ccf1c1e8b78146a70fd (patch)
tree737fbb94f73eda5f9b180382b0bdaa64a868084b /tests
parent2528fb5217063a5a98f7ea2b880bfc75e7f2428c (diff)
downloadcmd2-git-97668f9464a6a4cb89e82ccf1c1e8b78146a70fd.tar.gz
Restored legacy cmd/self access when locals_in_py is True. Changed default to False
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py4
-rw-r--r--tests/transcripts/regex_set.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index ed76cba9..90d45bd9 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -89,7 +89,7 @@ debug: False
echo: False
editor: vim
feedback_to_output: False
-locals_in_py: True
+locals_in_py: False
prompt: (Cmd)
quiet: False
timing: False
@@ -106,7 +106,7 @@ debug: False # Show full error stack on error
echo: False # Echo command issued into output
editor: vim # Program used by ``edit``
feedback_to_output: False # Include nonessentials in `|`, `>` results
-locals_in_py: True # Allow access to your application in py via self
+locals_in_py: False # Allow access to your application in py via self
prompt: (Cmd) # The prompt issued to solicit input
quiet: False # Don't print nonessential feedback
timing: False # Report execution times
diff --git a/tests/transcripts/regex_set.txt b/tests/transcripts/regex_set.txt
index bf88c294..b818c464 100644
--- a/tests/transcripts/regex_set.txt
+++ b/tests/transcripts/regex_set.txt
@@ -10,7 +10,7 @@ debug: False
echo: False
editor: /.*/
feedback_to_output: False
-locals_in_py: True
+locals_in_py: False
maxrepeats: 3
prompt: (Cmd)/ /
quiet: False