diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/conftest.py | 4 | ||||
-rw-r--r-- | tests/transcripts/regex_set.txt | 2 |
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 |