From 6c2426595ea02e7a0dc0d6823a597d10fc775aff Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Sat, 28 Jul 2012 20:10:05 +1000 Subject: [PATCH] Replace sample data in test_grouped consistent with other changes. --- tests.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests.py b/tests.py index 7603d35..6a24322 100644 --- a/tests.py +++ b/tests.py @@ -31,9 +31,7 @@ def test_not_files(): ok_(arg.not_files.all == arguments) def test_grouped(): - details = {'--language': ['python27', 'python32'], '--creator': ['Guido Van Rossum'], \ - '--foundation': ['psf'] - } + details = {'--alphabet': ['a', 'b'], '--number': ['one'], '--test': ['']} arguments = [] for key in details: for argument in details[key]: