Florian Bruhin
|
3b747d91d2
|
tox: Update pytest-html to 1.5.1.
Changelog:
* Make environment fixture session scoped to avoid repeating content
* Improve string formatting
* Replace custom hook with fixture for setting environment section
|
2015-08-18 17:41:35 +02:00 |
|
Florian Bruhin
|
d8734a668c
|
Add workaround for pytest-capturelog bug.
This should fix the tests on Windows.
See https://bitbucket.org/memedough/pytest-capturelog/issues/7/
|
2015-08-18 08:06:41 +02:00 |
|
Florian Bruhin
|
1e08a6a202
|
Fix message box tests on OS X.
From the QMessageBox::setWindowTitle docs:
On Mac OS X, the window title is ignored (as required by the Mac OS X
Guidelines).
|
2015-08-17 23:37:55 +02:00 |
|
Florian Bruhin
|
5d013a67a7
|
100% coverage for misc.msgbox.
|
2015-08-17 23:18:52 +02:00 |
|
Florian Bruhin
|
9892c10f49
|
100% test coverage for utils.error.
|
2015-08-17 23:18:39 +02:00 |
|
Florian Bruhin
|
127514f719
|
Document cmdutils.aliases attribute.
|
2015-08-17 21:13:23 +02:00 |
|
Florian Bruhin
|
9cd2f6ba24
|
100% test coverage for commands.cmdutils.
|
2015-08-17 21:13:13 +02:00 |
|
Florian Bruhin
|
00d81a74c2
|
100% coverage for browser.network.networkreply.
|
2015-08-17 07:16:33 +02:00 |
|
Florian Bruhin
|
7ce78bb560
|
networkreply: Add is{Running,Finished} methods.
|
2015-08-17 07:15:55 +02:00 |
|
Florian Bruhin
|
e909b1f36d
|
Fix lint.
|
2015-08-16 23:20:30 +02:00 |
|
Florian Bruhin
|
dff4c37f54
|
100% test coverage for browser/signalfilter.py.
|
2015-08-16 23:16:13 +02:00 |
|
Florian Bruhin
|
75fd97f74f
|
Skip command test.
|
2015-08-16 22:51:00 +02:00 |
|
Florian Bruhin
|
6656e6aa9b
|
Merge branch 'command-tests'
|
2015-08-16 22:48:07 +02:00 |
|
Florian Bruhin
|
8655ebc9c8
|
Ignore "load glyph failed" message in JS test.
|
2015-08-16 22:00:21 +02:00 |
|
Florian Bruhin
|
641c09c011
|
Don't skip freezing qutebrowser/html for tests.
|
2015-08-16 21:48:41 +02:00 |
|
Florian Bruhin
|
044a63d4a4
|
Skip all GUIProcess tests on Windows.
|
2015-08-16 21:46:36 +02:00 |
|
Florian Bruhin
|
a463811940
|
Include BeautifulSoup4 in freeze_tests.py.
|
2015-08-16 21:41:30 +02:00 |
|
Florian Bruhin
|
ffe6411a5a
|
Fix asciidoc2html path in build_release.py.
|
2015-08-16 21:30:12 +02:00 |
|
Florian Bruhin
|
83efd6c33f
|
Merge branch 'dirbrowser'
|
2015-08-16 21:24:10 +02:00 |
|
Florian Bruhin
|
38ada881a3
|
Update changelog.
|
2015-08-16 21:21:15 +02:00 |
|
Florian Bruhin
|
023fa54cda
|
Update authors.
|
2015-08-16 21:01:31 +02:00 |
|
Florian Bruhin
|
6b19a7b1fa
|
Also include img directory when freezing.
|
2015-08-16 20:59:20 +02:00 |
|
Florian Bruhin
|
d94c1736db
|
Use a proper file:// URL for dirbrowser icons.
|
2015-08-16 19:04:54 +02:00 |
|
Florian Bruhin
|
97a9255400
|
Don't import function in filescheme.
|
2015-08-16 18:52:54 +02:00 |
|
Florian Bruhin
|
a6c104f0ef
|
Fix TestFileSchemeHandler.test_dir on Windows.
|
2015-08-16 18:28:46 +02:00 |
|
Florian Bruhin
|
2a0dd341de
|
Move test_filescheme.py.
|
2015-08-16 18:27:26 +02:00 |
|
Florian Bruhin
|
fb1cffd158
|
Merge branch 'feature/directory-browser' of git://github.com/antoyo/qutebrowser into dirbrowser
|
2015-08-16 18:27:05 +02:00 |
|
Florian Bruhin
|
3bfd049a0a
|
Don't use inspect.getfullargspec().
It seems to be deprecated in Python 3.5.
|
2015-08-16 15:43:28 +02:00 |
|
Florian Bruhin
|
402f9be7e9
|
Fix lint.
|
2015-08-16 15:40:26 +02:00 |
|
Florian Bruhin
|
9eca7ae556
|
appveyor: Fix Python path in registry.
This makes PyQt pick up C:\Python34 correctly so we can use the newer AppVeyor
image again.
See https://github.com/appveyor/ci/issues/363.
|
2015-08-16 11:14:40 +02:00 |
|
Florian Bruhin
|
952893d984
|
appveyor: Update to PyQt 5.5 and self-host it.
|
2015-08-16 11:13:05 +02:00 |
|
Florian Bruhin
|
f08d871c24
|
appveyor: Force using previous image.
See https://github.com/appveyor/ci/issues/363
|
2015-08-16 00:10:09 +02:00 |
|
Florian Bruhin
|
f2c8ff8aa5
|
Remove .exe.
|
2015-08-15 19:19:03 +02:00 |
|
Florian Bruhin
|
36a9b816a7
|
*Really* fix path in ci_install.py
|
2015-08-15 19:08:22 +02:00 |
|
Antoni Boucher
|
149ca68853
|
Renamed setReferer to set_referer.
|
2015-08-14 08:24:13 -04:00 |
|
Florian Bruhin
|
5d0ffcd14d
|
Whoops.
|
2015-08-14 07:56:51 +02:00 |
|
Florian Bruhin
|
d8a49f95a8
|
Really fix .eslintrc for eslint v1.0.0.
|
2015-08-14 07:55:52 +02:00 |
|
Florian Bruhin
|
2405bf1984
|
ci_install: Fix path.
|
2015-08-14 07:42:51 +02:00 |
|
Florian Bruhin
|
fb48059ae9
|
ci_install: Don't use os.system.
|
2015-08-14 07:17:53 +02:00 |
|
Florian Bruhin
|
515c9611c4
|
ci_install: Hopefully fix checking setup.
|
2015-08-14 07:14:13 +02:00 |
|
Florian Bruhin
|
d20f7b76b3
|
Fix .eslintrc for newest version.
|
2015-08-14 07:01:02 +02:00 |
|
Florian Bruhin
|
3bfcfaba4c
|
Fix lint.
|
2015-08-14 06:59:36 +02:00 |
|
Florian Bruhin
|
4dee427f0e
|
ci_install: Check setup after installing.
|
2015-08-14 06:55:31 +02:00 |
|
Florian Bruhin
|
433bdbfedb
|
Don't cache .tox on CIs.
I think this makes things slower rather than faster.
|
2015-08-14 06:44:08 +02:00 |
|
Florian Bruhin
|
11502b7942
|
signalfilter: Remove annoying type check.
|
2015-08-14 06:43:23 +02:00 |
|
Antoni Boucher
|
abeb7e3390
|
Fixed issues.
|
2015-08-13 19:54:23 -04:00 |
|
Florian Bruhin
|
bbb581eaf8
|
100% coverage for browser.network.filescheme.
|
2015-08-13 21:56:22 +02:00 |
|
Florian Bruhin
|
b3df642b21
|
Write more tests for dirbrowser.
|
2015-08-13 21:56:22 +02:00 |
|
Florian Bruhin
|
7b3de27b44
|
Add class="parent" in dirbrowser.html.
|
2015-08-13 21:56:22 +02:00 |
|
Florian Bruhin
|
8450093de0
|
Install BeautifulSoup4 for tests.
|
2015-08-13 21:56:22 +02:00 |
|