qutebrowser/tests/config
Florian Bruhin b19852b6e7 configtypes: Add _basic_validation() to BaseType.
This has a few implications:

- Checking for empty/none_ok is now easier as _basic_validation() does this.
- To make things easier, WebKitBytes and WebKitBytesList now need to have
  none_ok passed as well instead of assuming True.
- _basic_validation() checks for unprintable chars and raises ValidationError
  if they occur, so this gets checked for all types.
2015-07-24 17:39:02 +02:00
..
test_config.py Adjust tests. 2015-06-05 17:45:32 +02:00
test_configtypes.py configtypes: Add _basic_validation() to BaseType. 2015-07-24 17:39:02 +02:00