qutebrowser/tests
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
..
browser Remove unused imports. 2015-06-28 23:20:56 +02:00
commands Add tests for CommandRunner/KeyConfigParser. 2015-04-13 07:54:24 +02:00
config configtypes: Add _basic_validation() to BaseType. 2015-07-24 17:39:02 +02:00
html Renamed test to tests as suggested by @The-Compiler 2015-04-05 12:23:04 -03:00
javascript tests: Use utils.read_file to get javascript files. 2015-06-18 21:09:10 +02:00
keyinput pytest: Use common fixture for fake_keyconfig. 2015-05-19 07:46:56 +02:00
mainwindow/statusbar Ignore "Unable to set geometry" warnings in tests. 2015-06-12 17:04:12 +02:00
misc Fix os.path patching in tests. 2015-07-06 18:50:34 +02:00
utils Fix broken utils.version test. 2015-07-24 13:53:26 +02:00
conftest.py Actually run OS X tests on OS X. 2015-07-11 20:14:26 +02:00
log.py Renamed test to tests as suggested by @The-Compiler 2015-04-05 12:23:04 -03:00
stubs.py Rewrite version.version() tests and test short arg. 2015-06-26 22:37:00 +02:00
test_stubs.py Fix lint. 2015-04-05 20:30:31 +02:00