From 2030240849a1a3c14b54428fb2f73c662e62d4a4 Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Thu, 22 Jan 2015 07:25:49 +0100 Subject: [tests] Move untested_options to CheckBaselineTests --- test/CheckOptions.py | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'test/CheckOptions.py') 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', -- cgit v1.2.3