summaryrefslogtreecommitdiff
path: root/tests/unit/misc/test_editor.py
AgeCommit message (Expand)Author
2021-05-30Handle un-encodable initial text for editorFlorian Bruhin
2021-03-23Fix/simplify crashed/unsuccessful editor testsFlorian Bruhin
2021-03-23Fix editor unit testsFlorian Bruhin
2021-03-23Revert "tests: Use real processes in test_editor"Florian Bruhin
2021-03-23Fix lintFlorian Bruhin
2021-03-23tests: Use real processes in test_editorFlorian Bruhin
2021-02-28Replaced os.stat by the pathlib equivalentLembrun
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-10-13tests: Avoid mocking in CACHEDIR.tag testFlorian Bruhin
2020-07-30Run editor tests with/without watch=TrueFlorian Bruhin
2020-07-30Make sure the edited file exists in ExternalEditor.edit_fileFlorian Bruhin
2020-06-03use tmp_path and pathlib for tests/unit/miscJulin S
2020-05-26tests: Try increasing file_updated timeoutFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-09-12Use fixtures for unwritable/-readable directories/filesFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-10-24Use caplog.messagesFlorian Bruhin
2018-03-13Fix test_backup_error.Ryan Roden-Corrent
2018-03-13Fix up editor backup patch.Ryan Roden-Corrent
2018-03-12Preserve a backup if editor callback fails.Ryan Roden-Corrent
2018-02-08Fix lintFlorian Bruhin
2018-02-08Add tests for a failing watch/unwatchFlorian Bruhin
2018-02-07Merge branch 'editor-watch'Florian Bruhin
2018-02-07Wait until the mtime changedFlorian Bruhin
2018-02-05Update copyright yearsFlorian Bruhin
2018-02-04Increase timeout in test_editor.Ryan Roden-Corrent
2018-02-03Only detect save for open-editor and config-edit.Ryan Roden-Corrent
2018-01-27Trigger editor signal on exit if content changed.Ryan Roden-Corrent
2018-01-27Rename editing_finished to file_updated.Ryan Roden-Corrent
2018-01-27Fix test_editor for edit-on-write behavior.Ryan Roden-Corrent
2017-11-08Fix handling of caret position with Qt 5.10Florian Bruhin
2017-10-25Fix flake8 failuresLuca Benci
2017-10-18Remove single-function test class (move test out)Luca Benci
2017-10-17Add tests for line & column calculationLuca Benci
2017-10-03Stop using mocks in test_editorFlorian Bruhin
2017-10-03Add a :config-edit commandFlorian Bruhin
2017-10-03Refactor ExternalEditor to be able to edit an existing fileFlorian Bruhin
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-04Various simple test updates for new configFlorian Bruhin
2017-07-03Skip tests with permission changes if they didn't workFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-03-01Use three-argument form of monkeypatch.*attrFlorian Bruhin
2016-09-15Fix unit testsFlorian Bruhin
2016-09-15Adjust tests/messagemockFlorian Bruhin
2016-09-15Initial implementation of new messagesFlorian Bruhin
2016-08-22tests: Use pytest.fixture instead of yield_fixtureFlorian Bruhin
2016-08-07tests: fix tests for misc.editorDaniel Schadt
2016-05-29Clean up end2end test file structureFlorian Bruhin
2016-04-05Rename test_editor.py to test_editor_unit.pyFlorian Bruhin