Florian Bruhin
e0c6a322c6
ipc: Pass socket to send_to_running_instance.
2015-09-02 23:32:06 +02:00
Florian Bruhin
82c647a87d
ipc: Mark on_ready_read cornercase as no-cover.
2015-09-02 23:32:06 +02:00
Florian Bruhin
a63f0d5409
More IPC tests.
2015-09-02 23:32:06 +02:00
Florian Bruhin
18af0b4b35
tests: Make FakeSignal callable.
2015-09-02 23:32:06 +02:00
Florian Bruhin
38ebd806cc
Add some tests for misc.ipc.
2015-09-02 23:32:06 +02:00
Florian Bruhin
1953bb8458
ipc: Disconnect on invalid data.
2015-09-02 23:32:06 +02:00
Florian Bruhin
6b4b65e585
ipc: Clarify comment.
2015-09-02 23:32:06 +02:00
Florian Bruhin
cbcd6261b1
ipc: Add got_invalid_data signal.
2015-09-02 23:32:06 +02:00
Florian Bruhin
52210442c4
Merge branch 'jnphilipp-master'
2015-09-02 14:06:17 +02:00
Florian Bruhin
0fcab6a632
Regenerate authors.
2015-09-02 14:06:11 +02:00
Florian Bruhin
fe06db2571
Merge branch 'master' of https://github.com/jnphilipp/qutebrowser into jnphilipp-master
2015-09-02 14:05:57 +02:00
jnphilipp
6ffcb387eb
Incorporated The-Compilers suggested chanes.
2015-09-02 14:02:24 +02:00
jnphilipp
1cbc555933
Rewrote userscript to use BeautifulSoup.
2015-09-01 22:08:37 +02:00
Florian Bruhin
b23ca85b37
Set basepython for all envs in tox.ini.
2015-09-01 08:54:53 +02:00
Florian Bruhin
1fe1200b71
Install libpython3.4-dev on Travis.
2015-09-01 08:54:53 +02:00
Florian Bruhin
0b911d2e20
Split integration tests, run smoke via pytest.
2015-09-01 08:54:53 +02:00
Florian Bruhin
44f594662a
Merge branch 'acogneau-autoupdate_tests'
2015-09-01 08:49:53 +02:00
Florian Bruhin
216ecd16cc
Regenerate authors.
2015-09-01 08:49:43 +02:00
Florian Bruhin
0c3ee46fe0
Merge branch 'autoupdate_tests' of https://github.com/acogneau/qutebrowser into acogneau-autoupdate_tests
2015-09-01 08:48:52 +02:00
Alexander Cogneau
2d12c26e8c
Add extra url assertion for autoupdate
2015-09-01 01:06:11 +02:00
jnphilipp
8a1a090dea
Added userscript to open feed links.
2015-08-31 22:45:17 +02:00
Florian Bruhin
16e3bad7af
Hide scroll buttons in vertical tab bar.
2015-08-31 22:00:26 +02:00
Florian Bruhin
fecc4be057
tox: Update hypothesis to 0.18.0.
...
Changelog:
- text() with a non-string alphabet would have used the repr() of the the
alphabet instead of its contexts. This is obviously silly. It now works with
any sequence of things convertible to unicode strings.
- @given will now work on methods whose definitions contains no explicit
positional arguments, only varargs. This may have some knock on effects
because it means that @given no longer changes the argspec of functions other
than by adding defaults.
- Introduction of new @composite feature for more natural definition of
strategies you'd previously have used flatmap for.
2015-08-31 21:03:13 +02:00
Florian Bruhin
3046d2f068
Add note about youtube-dl to FAQ.
...
See #350 .
2015-08-31 20:57:59 +02:00
Alexander Cogneau
8ab85d6246
small edits to autoupdate test
2015-08-31 09:30:16 +02:00
Florian Bruhin
8ea91b5bbc
Fix cookiejar_and_cache move.
2015-08-31 08:00:21 +02:00
Florian Bruhin
03f4d738ab
Rename klass fixture to klass_fixt.
...
See https://github.com/pytest-dev/pytest/issues/979 .
2015-08-31 07:42:53 +02:00
Florian Bruhin
9e6bcb97ca
Output coverage to coverage.xml.
...
This avoids https://bitbucket.org/ned/coveragepy/issues/400/
2015-08-31 07:41:06 +02:00
Alexander Cogneau
ee77951e66
PEP8 fixes
2015-08-31 01:25:42 +02:00
Alexander Cogneau
e499d8932f
100% misc.autoupdate coverage
2015-08-31 01:10:04 +02:00
Florian Bruhin
79c1867e6c
Don't save cookies when starting in private mode.
...
Whoops... :(
Fixes #903 .
2015-08-30 23:17:48 +02:00
Florian Bruhin
6df00f8266
Move cookiejar_and_cache fixture to conftest.py.
2015-08-30 23:11:23 +02:00
Florian Bruhin
8913c1883e
ipc: Fix missing import.
2015-08-30 22:57:45 +02:00
Florian Bruhin
6dbd669efe
ipc: Disconnect properly from server.
2015-08-30 20:35:50 +02:00
Florian Bruhin
a1cb47936a
IPC: Fix shutdown when self._socket is None.
2015-08-30 20:35:34 +02:00
Florian Bruhin
39e40a7887
ipc: Pass args to send_to_running_instance.
2015-08-29 23:09:44 +02:00
Florian Bruhin
fe493f8565
ipc: Pass socket name to IPCServer.
2015-08-29 21:26:22 +02:00
Florian Bruhin
d5668dd687
ipc: Don't listen in IPCServer.__init__ already.
2015-08-27 23:09:25 +02:00
Florian Bruhin
a7bf0744e0
Move some IPC code from app.py to ipc.py.
2015-08-27 23:04:27 +02:00
Florian Bruhin
ff6e96347b
ipc: Refactor _get_socketname to take better args.
2015-08-27 22:32:29 +02:00
Florian Bruhin
0cd265296e
Add tests/html/jsalert_multiline.html.
2015-08-27 22:13:40 +02:00
Florian Bruhin
4cd0ad77a6
Regenerate docs.
2015-08-27 22:13:30 +02:00
Florian Bruhin
8d7249ebc6
Implement statusbar padding.
2015-08-27 22:12:39 +02:00
Florian Bruhin
4891fe9457
Always expand ~ when starting scripts.
2015-08-27 20:30:41 +02:00
Florian Bruhin
84a41cf9cf
Merge branch 'meles5-contributions'
2015-08-27 13:53:45 +02:00
Florian Bruhin
37aebc7580
Regenerate authors.
2015-08-27 13:53:36 +02:00
meles5
afddf75bae
Fixed license issue
2015-08-27 13:37:31 +02:00
Florian Bruhin
3059d82c5d
Merge branch 'acogneau-cmdhistory_tests'
2015-08-27 06:41:10 +02:00
Florian Bruhin
ed9a29fb9a
test_cmdhistory: Remove patching for prev/nextitem.
2015-08-27 06:40:14 +02:00
Florian Bruhin
3fac246744
test_cmdhistory: Add test for __getitem__.
2015-08-27 06:38:41 +02:00