qutebrowser/tests/unit/misc
Daniel Schadt 4d00b8fce9 tests: fix tests for misc.editor
Due to the change to NamedTemporaryFile, the _filename attribute was
removed. We now have to use _file.name.
2016-08-07 00:18:22 +02:00
..
test_autoupdate.py Check pep257 via flake8. 2016-02-10 19:18:47 +01:00
test_checkpyver.py pykint: Add some disable=unused-variable 2016-07-11 13:18:31 +02:00
test_cmdhistory.py Check pep257 via flake8. 2016-02-10 19:18:47 +01:00
test_crashdialog.py tests: Use parametrize for parse_fatal_stacktrace 2016-08-05 09:01:09 +02:00
test_earlyinit.py Fix starting when sys.stderr is None 2016-05-27 14:48:46 +02:00
test_editor.py tests: fix tests for misc.editor 2016-08-07 00:18:22 +02:00
test_guiprocess.py Use order='strict' with qtbot.waitSignals 2016-07-29 09:12:06 +02:00
test_ipc.py Don't use QSignalSpy in IPC test 2016-08-02 12:45:30 +02:00
test_keyhints.py Revert "Work around flake8-string-format bug" 2016-05-29 14:17:32 +02:00
test_lineparser.py Add missing import 2016-06-09 10:29:16 +02:00
test_miscwidgets.py Add miscwidgets.WrapperLayout.wrap 2016-08-04 19:22:44 +02:00
test_msgbox.py Remove @pyqtSlot for functions and non-QObjects 2016-07-23 11:42:50 +02:00
test_pastebin.py Move browser.network.pastebin to misc 2016-06-13 09:48:53 +02:00
test_readline.py Dedupe code in test_readline. 2016-07-30 22:00:12 -04:00
test_sessions.py Get rid of extend=True for qt_log_ignore 2016-07-29 09:12:06 +02:00
test_split_hypothesis.py Adjust copyright years. 2016-01-04 07:12:39 +01:00
test_split.py flake8: Add hacking 2016-04-08 07:35:53 +02:00