Replace sample data in test_grouped consistent with other changes.

This commit is contained in:
Steven Honson
2012-07-28 20:10:05 +10:00
parent 1083121433
commit 6c2426595e
+1 -3
View File
@@ -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]: