diff options
| author | Eric N. Vander Weele <ericvw@gmail.com> | 2019-10-25 15:01:30 -0400 |
|---|---|---|
| committer | Eric N. Vander Weele <ericvw@gmail.com> | 2019-10-25 17:07:43 -0400 |
| commit | 2a5c2bb6969046b607bbb44bf5c7d2c774768d7c (patch) | |
| tree | b17f299bc2135856988c34bc251c0969a8b42277 /tests | |
| parent | e2c4b50a46e7913e55f79f328ccf1257f74b8a2a (diff) | |
| download | flake8-2a5c2bb6969046b607bbb44bf5c7d2c774768d7c.tar.gz | |
options: Split-out registration of preliminary options
This is in preparation for having separate `ArgumentParser`s for
preliminary and the remaining options.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/integration/test_aggregator.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/test_aggregator.py b/tests/integration/test_aggregator.py index a0e0940..5af24ef 100644 --- a/tests/integration/test_aggregator.py +++ b/tests/integration/test_aggregator.py @@ -18,6 +18,7 @@ def optmanager(): prog='flake8', version='3.0.0', ) + options.register_preliminary_options(option_manager) options.register_default_options(option_manager) return option_manager |
