application: Remove preliminary argument parsing state

The preliminary options and arguments returned from
`.parse_preliminary_options_and_args()` are now all threaded through to
the appropriate methods during initialization.
This commit is contained in:
Eric N. Vander Weele 2019-10-01 08:48:18 +02:00
parent 95a88e3fcd
commit b54164f916
3 changed files with 4 additions and 17 deletions

View file

@ -18,7 +18,6 @@ def test_get_style_guide():
verbose=0,
)
mockedapp = mock.Mock()
mockedapp.prelim_opts = prelim_opts
mockedapp.parse_preliminary_options_and_args.return_value = (
prelim_opts,
[],