qutebrowser/tests
Niklas Haas 1b5664b72f Add --cycle flag to :set
Chooses the next value from the provided list of values (string-wise
comparison). Technically, the 'option!' syntax for toggling bools is now
redundant, but a translation from 'option!' to '--cycle option false
true' is kept for backwards compatibility.

The '--cycle' flag could also be technically optionally, since the only
thing that depends on it is preserving the error message for specifying
multiple values. (But I think it's best to keep it explicit, as a
principle-of-least-surprise thing)

Note: The business logic of picking the next value and setting it was
moved out to a separate function to avoid tripping pylint's
too-many-branches detector.

Fixes #47
2016-11-24 07:22:06 +01:00
..
end2end Add --cycle flag to :set 2016-11-24 07:22:06 +01:00
helpers Fix test_tabwidget 2016-11-15 23:40:24 +01:00
manual Add more tests for prompts 2016-11-03 08:40:42 +01:00
unit Revert zero counts 2016-11-23 08:37:29 +01:00
conftest.py tests: Get rid of flaky_once mark 2016-11-10 22:45:27 +01:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00