mirror of
https://github.com/kennethreitz-archive/args.git
synced 2026-06-05 23:20:18 +00:00
Replace sample data in test_grouped consistent with other changes.
This commit is contained in:
@@ -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]:
|
||||
|
||||
Reference in New Issue
Block a user