summaryrefslogtreecommitdiff
path: root/testsuite.py
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2018-03-26 15:12:09 +0200
committerUlf Magnusson <ulfalizer@gmail.com>2018-03-26 15:15:07 +0200
commit6ef362c490bc2608c971eeabd5930ea0d8893dbe (patch)
treed745b8b5427b5831998b289dc30bd0a75fe2d6be /testsuite.py
parent7374891d0a9b455ff7d20e84efd0e6b1e3705c11 (diff)
Refactor expr_str() cases
- Detect Symbol directly instead of as (not tuple) + (not choice) - Test explicitly for a tuple (non-Symbol) in NOT - Add some tests to get better coverage for NOT and parentheses
Diffstat (limited to 'testsuite.py')
-rw-r--r--testsuite.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/testsuite.py b/testsuite.py
index 7617226..9177efd 100644
--- a/testsuite.py
+++ b/testsuite.py
@@ -528,8 +528,7 @@ config ADVANCED
prompt "prompt 2"
menuconfig ADVANCED
- prompt "prompt 3" if DEP2
- depends on DEP2
+ prompt "prompt 3" if DEP2 && (DEP3 || !DEP4 || !(DEP5 && DEP6))
config ADVANCED
depends on DEP4 && DEP3