Florian Bruhin
|
8c76db3892
|
Add some tests for progressbar sizing in statusbar.
|
2015-08-25 21:07:35 +02:00 |
|
Florian Bruhin
|
987b39885a
|
sessions: Add more tests.
|
2015-08-25 17:49:45 +02:00 |
|
Florian Bruhin
|
a8d549cb24
|
sessions: Add some more tests.
|
2015-08-24 17:12:20 +02:00 |
|
Florian Bruhin
|
f79e2c92a4
|
Read back session test data as UTF-8.
|
2015-08-24 08:44:41 +02:00 |
|
Florian Bruhin
|
9d601e8eb9
|
Fix session tests.
|
2015-08-24 08:31:11 +02:00 |
|
Florian Bruhin
|
8b40603562
|
Revert "Fix argparser test after win_registry change."
This reverts commit 70243d6e2f .
|
2015-08-24 08:05:34 +02:00 |
|
Florian Bruhin
|
e7a52a0833
|
Add some tests for misc.sessions.
|
2015-08-24 08:00:32 +02:00 |
|
Florian Bruhin
|
4f250ba5d7
|
tests: Allow tests to add windows to win_registry.
|
2015-08-24 08:00:16 +02:00 |
|
Florian Bruhin
|
70243d6e2f
|
Fix argparser test after win_registry change.
The last focused window was now window 1 - so we better make this explicit.
|
2015-08-23 22:37:27 +02:00 |
|
Florian Bruhin
|
7bc5996d52
|
tests: Provide activeWindow() in FakeQApplication.
|
2015-08-23 21:55:25 +02:00 |
|
Florian Bruhin
|
9ff97d31da
|
tests: Provide two windows in win_registry fixture.
|
2015-08-23 21:55:12 +02:00 |
|
Florian Bruhin
|
2556e2e27b
|
Remove unused import.
|
2015-08-23 18:29:02 +02:00 |
|
Florian Bruhin
|
0907d8bf76
|
tests: Add a webview fixture.
|
2015-08-23 18:17:22 +02:00 |
|
Florian Bruhin
|
6d8854bc07
|
Simplify usage of tabhistory.TabHistoryItem.
|
2015-08-23 18:16:19 +02:00 |
|
Florian Bruhin
|
543053c8f5
|
test_signalfilter: Remove unused fixture.
|
2015-08-20 07:14:32 +02:00 |
|
Florian Bruhin
|
7ee4d2f2c9
|
100% test coverage for commands.argparser.
|
2015-08-20 07:14:25 +02:00 |
|
Florian Bruhin
|
774ef58432
|
Use qapp fixture in enable_caret_browsing.
This fixes a segfault when only running test_position_caret.
|
2015-08-19 21:40:13 +02:00 |
|
Florian Bruhin
|
1a1bc4b8a8
|
Fix lint.
|
2015-08-19 21:13:35 +02:00 |
|
Florian Bruhin
|
a79c139aa4
|
Revert "style: Check for QColor when setting in ColorDict."
This reverts commit 9b82fae6fb .
|
2015-08-19 20:48:19 +02:00 |
|
Florian Bruhin
|
5a975d1b90
|
100% test coverage for config.style.
|
2015-08-19 20:43:06 +02:00 |
|
Florian Bruhin
|
b11e075047
|
Add __getitem__ to ConfigStub.
|
2015-08-19 20:39:48 +02:00 |
|
Florian Bruhin
|
1ddd65304a
|
tests: Use a real signal for ConfigStub.
|
2015-08-19 19:37:19 +02:00 |
|
Florian Bruhin
|
3d4fd2652b
|
test_editor: Skip un{read,writ}able on Windows.
Windows doesn't really have working file permissions...
|
2015-08-19 10:18:55 +02:00 |
|
Florian Bruhin
|
086c6c81a1
|
Simplify message_mock usage and assert more things.
|
2015-08-19 09:44:31 +02:00 |
|
Florian Bruhin
|
685bbaae6d
|
100% test coverage for misc.editor.
|
2015-08-19 09:34:44 +02:00 |
|
Florian Bruhin
|
aa367fa004
|
Simplify test_editor.
|
2015-08-19 09:09:09 +02:00 |
|
Florian Bruhin
|
acfdf8b956
|
Fix lint.
|
2015-08-19 07:57:47 +02:00 |
|
Florian Bruhin
|
aca082ce83
|
100% test coverage for misc.guiprocess.
|
2015-08-19 07:57:02 +02:00 |
|
Florian Bruhin
|
4efa022528
|
Fix test_checkpyver on Pythons without Tkinter.
|
2015-08-19 07:12:04 +02:00 |
|
Florian Bruhin
|
1a61e53daa
|
100% test coverage for misc.checkpyver.
|
2015-08-19 05:58:52 +02:00 |
|
Florian Bruhin
|
e4a0f1972f
|
tests: Improve MessageMock and use it.
|
2015-08-18 21:38:18 +02:00 |
|
Florian Bruhin
|
6d1b0ba260
|
Clean up conftest.py.
|
2015-08-18 20:43:42 +02:00 |
|
Florian Bruhin
|
2c5269acd6
|
Reorganize tests directory.
|
2015-08-18 20:19:02 +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
|
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
|
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
|
044a63d4a4
|
Skip all GUIProcess tests on Windows.
|
2015-08-16 21:46:36 +02:00 |
|
Florian Bruhin
|
d94c1736db
|
Use a proper file:// URL for dirbrowser icons.
|
2015-08-16 19:04: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 |
|
Antoni Boucher
|
abeb7e3390
|
Fixed issues.
|
2015-08-13 19:54:23 -04:00 |
|
Florian Bruhin
|
b3df642b21
|
Write more tests for dirbrowser.
|
2015-08-13 21:56:22 +02:00 |
|