qutebrowser/tests/end2end/fixtures
Ryan Roden-Corrent fbc084e416 Remove :<count>:cmd syntax support.
CommandRunner.parse had some logic for handling commands of form
:<count>:cmd. However, this complicated the parsing logic for something
that appears to only be used in tests. One could use it in a
userscript, but this is unlikely as it is undocumented. Removing
support for this simplifies the logic of parse.

The commnd `run-with-count` is added to provide this functionality.
It works like `repeat` but passes the count along to the command
instead of running the command multiple times.

This resolves #1997: Qutebrowser crashes when pasting commands.
This bug was caused by excess stripping of ':' from the command string
by _parse_count.
2016-10-10 08:02:30 -04:00
..
quteprocess.py Remove :<count>:cmd syntax support. 2016-10-10 08:02:30 -04:00
test_quteprocess.py Initial implementation of new messages 2016-09-15 14:51:21 +02:00
test_testprocess.py testprocess: Don't fail if it was never started 2016-09-06 08:05:23 +02:00
test_webserver.py Clean up end2end test file structure 2016-05-29 18:20:00 +02:00
testprocess.py Nicer linebreaking in _render_log 2016-09-12 11:24:57 +02:00
webserver_sub_ssl.py Remove old pylint suppression for ssl.PROTOCOL_* 2016-08-23 07:45:15 +02:00
webserver_sub.py tests: Fix redirect-later-continue with timeout 2016-10-05 15:36:25 +02:00
webserver.py Add lots of new BDD tests for downloads 2016-09-10 16:42:26 +02:00