diff options
author | Craig Earls <enderw88@gmail.com> | 2015-01-24 15:52:07 -0700 |
---|---|---|
committer | Craig Earls <enderw88@gmail.com> | 2015-01-24 15:52:07 -0700 |
commit | 204568d5145c77b3cf3bccd49c9ad6780b4b1fe1 (patch) | |
tree | 65a8d2f5dba1c5e6f16aeec938dbfe6928a9128e /test/CheckOptions.py | |
parent | 3b56134a546146718938929edf5e40e3ca1fc87d (diff) | |
parent | d94d164b65258d2867245a63877ca75ec3bd471a (diff) | |
download | fork-ledger-204568d5145c77b3cf3bccd49c9ad6780b4b1fe1.tar.gz fork-ledger-204568d5145c77b3cf3bccd49c9ad6780b4b1fe1.tar.bz2 fork-ledger-204568d5145c77b3cf3bccd49c9ad6780b4b1fe1.zip |
Merge commit 'd94d164b65258d2867245a63877ca75ec3bd471a' into next
Diffstat (limited to 'test/CheckOptions.py')
-rwxr-xr-x | test/CheckOptions.py | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/test/CheckOptions.py b/test/CheckOptions.py index d9565600..57d711db 100755 --- a/test/CheckOptions.py +++ b/test/CheckOptions.py @@ -24,35 +24,6 @@ class CheckOptions (object): self.missing_options = set() self.unknown_options = 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' - ] - self.known_alternates = [ 'cost', 'first', |