Florian Bruhin
|
eff0e4c7cc
|
pylint: Enable useless-suppression globally.
We deactivate it locally where needed, i.e. where we are sure it's some
platform-specific thing.
|
2015-12-01 23:01:09 +01:00 |
|
Florian Bruhin
|
b3515f5e82
|
pylint: Remove import-error disabling from tests.
|
2015-12-01 22:47:10 +01:00 |
|
Florian Bruhin
|
5817b47f75
|
Revert "Use fully qualified imports in tests."
Seems like this also breaks frozen tests...
This reverts commit c7fdcc92b8 .
|
2015-12-01 22:45:59 +01:00 |
|
Florian Bruhin
|
109984c96e
|
pylint: Check attr-defined-outside-init for tests.
|
2015-12-01 22:41:16 +01:00 |
|
Florian Bruhin
|
c7fdcc92b8
|
Use fully qualified imports in tests.
This is cleaner even if pylint can't handle it.
|
2015-12-01 22:03:59 +01:00 |
|
Florian Bruhin
|
150a83d8f4
|
pylint: Remove unneeded supressions.
|
2015-12-01 22:03:58 +01:00 |
|
Florian Bruhin
|
f7a13fa1f9
|
Rename LineParserWrapper to LineParserMixin.
This makes pylint shut up as it realizes it is, in fact, a mixin.
|
2015-11-30 07:11:35 +01:00 |
|
Florian Bruhin
|
83b94a8be5
|
Fix session tests.
FakeMainWindow needs to be a QObject now as we use sip.isdeleted since
8cf6ace0e7 and that raises a TypeError on
non-QObject's.
|
2015-11-28 20:41:42 +01:00 |
|
Florian Bruhin
|
be4cf19bb1
|
tests: Improve some parametrized test IDs.
|
2015-11-27 16:25:25 +01:00 |
|
Florian Bruhin
|
f3c378858b
|
tests: Remove duplicate test_split testcases.
|
2015-11-27 16:22:48 +01:00 |
|
Florian Bruhin
|
196d1e95be
|
tests: Skip test_normal_connection IPC test on OS X.
Seems like it hangs there sometimes.
|
2015-11-23 20:33:11 +01:00 |
|
Florian Bruhin
|
40c7990d3a
|
tests: Skip ipc TestSendToRunningInstance on OS X.
This did hang often on OS X, and I don't have the time to properly debug this.
See #1045.
|
2015-11-12 22:17:37 +01:00 |
|
Florian Bruhin
|
416cfaf002
|
tests: Switch from pytest-capturelog to catchlog.
|
2015-11-11 19:57:03 +01:00 |
|
Florian Bruhin
|
0d67cff5cb
|
Merge branch 'bdd'
Conflicts:
tests/test_conftest.py
tox.ini
|
2015-11-02 06:36:30 +01:00 |
|
Florian Bruhin
|
4451165a27
|
Change IPC warnings to debug.
This seems to show up on Ubuntu Trusty (with older Qt) as well...
|
2015-11-01 23:11:42 +01:00 |
|
Florian Bruhin
|
867f509bcc
|
tests: Ignore QDisabledNetworkReply warning.
I guess they are displayed now during teardown with the changes in pytest-qt.
|
2015-11-01 18:04:09 +01:00 |
|
Florian Bruhin
|
c85aa40073
|
Skip connected_socket IPC tests on OS X.
Fixes #1045 - I don't have the time to look into this :-/
|
2015-10-26 09:04:41 +01:00 |
|
Florian Bruhin
|
24dc166e1f
|
tests: Use extend=True for qt_log_ignore marks.
This should finally resolve the warning flakiness on OS X.
|
2015-10-16 06:24:29 +02:00 |
|
John ShaggyTwoDope Jenkins
|
65418307fd
|
typos
|
2015-10-13 16:09:49 -07:00 |
|
Florian Bruhin
|
129df05932
|
ipc: Skip socketOptions test on Qt < 5.4.
|
2015-10-07 22:04:30 +02:00 |
|
Florian Bruhin
|
7db1f65425
|
ipc: Avoid using QLocalServer.setSocketOptions.
This causes problems with AddressInUseError being swallowed.
Fixes #997.
|
2015-10-07 21:52:09 +02:00 |
|
Jonas Schürmann
|
afc166a13e
|
Coding style fixes #1002
|
2015-10-06 22:59:49 +02:00 |
|
Jonas Schürmann
|
45c9768c16
|
Added --target command line argument #922
This argument is used to override the new-instance-open-target config
option.
|
2015-10-05 21:15:52 +02:00 |
|
Florian Bruhin
|
f4fdcbdd71
|
Add a --check-all to check_coverage.py.
|
2015-10-04 20:35:24 +02:00 |
|
Florian Bruhin
|
d229e90724
|
Fix some splelling mistakes.
|
2015-10-04 15:41:42 +02:00 |
|
Florian Bruhin
|
240e271b0d
|
tests: Translate platform markers to skipif marks.
This means pytest shows the correct location and the marks work correctly when
marking individual items in a parametrize marker.
|
2015-10-02 09:26:33 +02:00 |
|
Florian Bruhin
|
18bd20e109
|
Skip test_ipc:test_timeout on OS X.
It almost always causes issues and I have no idea why... Let's skip it for now.
Fixes #975.
|
2015-10-02 08:52:51 +02:00 |
|
Florian Bruhin
|
9f7836131d
|
tests: Add a reason argument to platform markers.
|
2015-10-02 08:51:22 +02:00 |
|
Alexey Nabrodov
|
293c9f1022
|
trying to fix tests 2
|
2015-10-01 16:34:34 +03:00 |
|
Alexey Nabrodov
|
044c0a0c4f
|
trying to fix tests
|
2015-10-01 16:26:56 +03:00 |
|
Alexey Nabrodov
|
54d4f4f48b
|
refactor and test
|
2015-10-01 15:57:11 +03:00 |
|
Florian Bruhin
|
4854ca42fd
|
Fix tests without DISPLAY.
|
2015-09-28 21:50:55 +02:00 |
|
Florian Bruhin
|
a4569b11ad
|
tests: Skip test_stale_legacy_server when frozen.
|
2015-09-17 22:02:12 +02:00 |
|
Florian Bruhin
|
fbf9c74752
|
tests: Increase some timeouts for OS X.
|
2015-09-17 21:22:35 +02:00 |
|
Florian Bruhin
|
7e84a1a5b8
|
Fix lint.
|
2015-09-17 20:02:39 +02:00 |
|
Florian Bruhin
|
0f69487f22
|
Adjust pylint ignores for py.path.
Since db513aa pylint can now import py, but fails because it can't infer that
there's a py.path.
|
2015-09-17 19:12:28 +02:00 |
|
Florian Bruhin
|
1a1862a10d
|
Increase timeout.
|
2015-09-16 20:26:31 +02:00 |
|
Florian Bruhin
|
0fa9da56bf
|
Revert "ipc tests: Speed up TestListen::test_atime_update."
This reverts commit 443a2e1657 .
We actually need to wait a bit to make sure the atime is updated.
|
2015-09-16 07:16:14 +02:00 |
|
Florian Bruhin
|
443a2e1657
|
ipc tests: Speed up TestListen::test_atime_update.
|
2015-09-16 07:13:31 +02:00 |
|
Florian Bruhin
|
7ffff72368
|
ipc: Make sure server is always shut down in tests.
Hopefully fixes #947.
|
2015-09-16 07:11:30 +02:00 |
|
Florian Bruhin
|
dd2a70e01f
|
Fix IPC tests.
This was broken when adding some more logging.
|
2015-09-16 07:10:54 +02:00 |
|
Florian Bruhin
|
b06578a816
|
Fix lint.
|
2015-09-11 08:39:42 +02:00 |
|
Florian Bruhin
|
9ca001e71c
|
Fix lint.
|
2015-09-11 08:32:45 +02:00 |
|
Florian Bruhin
|
c77956c9c5
|
Fix GUIProcess tests.
The logging checks were of little use and some tests were basically duplicated.
|
2015-09-11 08:32:16 +02:00 |
|
Florian Bruhin
|
28c8e4acbf
|
Unskip GUIProcess tests on Windows.
|
2015-09-11 07:37:54 +02:00 |
|
Florian Bruhin
|
b126030f62
|
Revert "ipc: Skip problematic test on Ubuntu Trusty."
This reverts commit 729be7e7cc .
|
2015-09-11 07:37:13 +02:00 |
|
Florian Bruhin
|
d15cc07ed3
|
Log executed command for GUIProcess.
See #797.
|
2015-09-11 06:24:05 +02:00 |
|
Florian Bruhin
|
729be7e7cc
|
ipc: Skip problematic test on Ubuntu Trusty.
|
2015-09-10 08:21:37 +02:00 |
|
Florian Bruhin
|
87ccc31cce
|
ipc: Add some more tests for _atime_timer.
|
2015-09-10 08:02:19 +02:00 |
|
Florian Bruhin
|
58073fd768
|
ipc: Update the atime of the socket all 6h.
See #888.
|
2015-09-10 07:38:11 +02:00 |
|