qutebrowser/tests
Florian Bruhin 12061b8bb1 Fix choices validation with unannotated args
Something like:

    @cmdutils.argument('foo', choices=['one', 'two'])
    def func(foo):
        # ...

didn't actually validate the foo argument, since the inferred type of
the argument is None, and that skipped all conversion (and thus
validation).

Fixes #1871
See #1885
2016-08-23 22:01:21 +02:00
..
end2end pylint: Use ignored-modules for pytest 2016-08-23 07:45:31 +02:00
helpers tests: Use pytest.fixture instead of yield_fixture 2016-08-22 07:40:24 +02:00
manual Move mouse handling to an EventFilter 2016-08-10 16:44:40 +02:00
unit Fix choices validation with unannotated args 2016-08-23 22:01:21 +02:00
conftest.py Replace py.test with pytest 2016-08-22 07:41:10 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00