summaryrefslogtreecommitdiffstats
path: root/deluge/tests/test_ui_entry.py
Commit message (Expand)AuthorAge
* [Tests] Transition tests to pure pytestChase Sterling2022-02-03
* [Tests] fix/enable most ui tests on WindowsChase Sterling2022-01-26
* Upgrade codebase with pyupgrade (>=py3.6)DjLegolas2021-12-29
* Remove all Python 2 supportdeluge-2.1.0.dev0DjLegolas2021-12-28
* [Console] Fix using windows-curses on WindowsCalum Lind2021-08-01
* [Tests] Fix console tests sometimes failing due to hard coded portbendikro2021-01-29
* [Console] Fix AttributeError setting config valuesCalum Lind2019-11-28
* [Console] Add move completed option to add torrent commandKonstantin Khukalenko2019-05-11
* [Tests] Fix str/bytes issue on Python 3Calum Lind2018-11-02
* [GTK3] Fix ui_entry tests for gtk3Calum Lind2018-11-02
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* [Lint] Flake8 cleanupCalum Lind2018-09-14
* [Console] Fix cmdline output and testsCalum Lind2018-09-14
* Skip Failing Tests On WindowsUnknown2018-06-02
* Fix files to pass new Flake8 checkersCalum Lind2018-06-01
* [UI] Further refactoring of the connection managersCalum Lind2017-06-07
* [UI] Refactor duplicated code out of connection managersCalum Lind2017-06-07
* [Python3] Fixes to make code backward compatibleCalum Lind2017-06-05
* [Py2to3] Large set of changes for Python 3 compatCalum Lind2017-03-16
* Fix console testCalum Lind2017-03-14
* [Common] Rename decode_string to decode_bytesCalum Lind2017-02-23
* [Tests] Markup byte strings to fix testsCalum Lind2017-02-22
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Tests] Fix test_ui_entry failure with libtorrent 1.1Calum Lind2017-01-26
* [Lint] Quote cleanupCalum Lind2016-11-17
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Console] Rewrite of the console codebendikro2016-10-30
* [Tests] Fix tests to run on Twisted < 13Calum Lind2016-10-26
* [Tests] Improve UI entry script testsbendikro2016-10-18
* [Console] Fix to console argument parsingbendikro2016-05-24
* [Console] Fix bug when parsing UI commandsbendikro2016-05-22
* [UI] [#1973] Improve passing extra args to UIsbendikro2016-05-21
* [UI] Add tests for ui_entrybendikro2016-05-08