diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-09 15:32:44 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-01-09 15:32:44 -0600 |
| commit | 36cc2545426d788c93443c24265b7b51cb8494fd (patch) | |
| tree | 82050878a1774773a12cbde611b5b6f84564fb6c /tests | |
| parent | 09bc9e2720546fb5bbbc0015148e8e108ec88d24 (diff) | |
| download | flake8-36cc2545426d788c93443c24265b7b51cb8494fd.tar.gz | |
Generate dest for Options always
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/unit/test_option.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/test_option.py b/tests/unit/test_option.py index 51b5dcf..c6fc98c 100644 --- a/tests/unit/test_option.py +++ b/tests/unit/test_option.py @@ -32,7 +32,7 @@ def test_to_optparse_creates_an_option_as_we_expect(Option): 'action': 'count', 'default': None, 'type': None, - 'dest': None, + 'dest': 'test', 'callback': None, 'callback_args': None, 'callback_kwargs': None, |
