qutebrowser/tests/unit/api
Florian Bruhin 71f9c5d206 Fix handling of annotated varargs in commands
When we have something like "*values: str" in :config-cycle, we get a list of
values, but the type converter assumes it's a string.

We could implement proper conversion of *args, but for now, let's just make
sure it's always a string.
2018-12-03 15:55:04 +01:00
..
test_cmdutils.py Fix handling of annotated varargs in commands 2018-12-03 15:55:04 +01:00