summaryrefslogtreecommitdiff
path: root/test/CheckBaselineTests.py
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2015-01-22 07:25:49 +0100
committerAlexis Hildebrandt <afh@surryhill.net>2015-01-22 07:25:49 +0100
commit2030240849a1a3c14b54428fb2f73c662e62d4a4 (patch)
tree79dd841690a9d4683447a9819de9d5e68367dc54 /test/CheckBaselineTests.py
parentbec52e3221d74ce3bf1383b245beae5a6214e387 (diff)
downloadfork-ledger-2030240849a1a3c14b54428fb2f73c662e62d4a4.tar.gz
fork-ledger-2030240849a1a3c14b54428fb2f73c662e62d4a4.tar.bz2
fork-ledger-2030240849a1a3c14b54428fb2f73c662e62d4a4.zip
[tests] Move untested_options to CheckBaselineTests
Diffstat (limited to 'test/CheckBaselineTests.py')
-rwxr-xr-xtest/CheckBaselineTests.py29
1 files changed, 29 insertions, 0 deletions
diff --git a/test/CheckBaselineTests.py b/test/CheckBaselineTests.py
index 404c12db..3c3e590b 100755
--- a/test/CheckBaselineTests.py
+++ b/test/CheckBaselineTests.py
@@ -18,6 +18,35 @@ class CheckBaselineTests (CheckOptions):
CheckOptions.__init__(self, args)
self.missing_baseline_tests = set()
+ self.untested_options = [
+ 'anon',
+ 'args-only',
+ 'cache',
+ 'debug',
+ 'download',
+ 'file',
+ 'force-color',
+ 'force-pager',
+ 'full-help',
+ 'help',
+ 'help-calc',
+ 'help-comm',
+ 'help-disp',
+ 'import',
+ 'init-file',
+ 'no-color',
+ 'options',
+ 'price-db',
+ 'price-exp',
+ 'revalued-total',
+ 'script',
+ 'seed',
+ 'trace',
+ 'verbose',
+ 'verify',
+ 'version'
+ ]
+
def main(self):
for option in self.ledger_options():
if option in self.untested_options: continue