setup.py
This commit is contained in:
2
tests/data/compare/20_choice/argparse.py
Normal file
2
tests/data/compare/20_choice/argparse.py
Normal file
@ -0,0 +1,2 @@
|
||||
parser.add_argument('--door', help='Door numbers', choices=['1', '2', '3'])
|
||||
|
1
tests/data/compare/20_choice/tiramisu.py
Normal file
1
tests/data/compare/20_choice/tiramisu.py
Normal file
@ -0,0 +1 @@
|
||||
parser.add_arguments(ChoiceOption('door', 'Door numbers', ('1', '2', '3')))
|
Reference in New Issue
Block a user