qutebrowser/tests
Ryan Roden-Corrent a086095954 Implement unix_filename_rubout.
unix_filename_rubout deletes to the previous slash or whitespace,
unlike the previously implemented backwards-kill-word which treats and
non-alphanumeric character as a boundary.

To illustrate, given the text 'foo/bar.baz', unix_filename_rubout will
delete 'bar.baz' while backwards-kill-word will delete only 'baz'.

See #1710.
2016-07-30 19:34:38 -04:00
..
end2end Add test for opening a quickmark 2016-07-28 23:36:05 -07:00
helpers Add some more WebElementWrapper tests 2016-07-28 14:25:53 +02:00
manual Improve manual history test 2016-06-10 14:41:08 +02:00
unit Implement unix_filename_rubout. 2016-07-30 19:34:38 -04:00
conftest.py tests: Use pytest-warnings to handle warnings 2016-07-27 18:28:08 +02:00
test_conftest.py tests: Allow XPASS for test_installed_package 2016-03-02 08:09:04 +01:00