summaryrefslogtreecommitdiffstats
path: root/deluge/tests/test_client.py
Commit message (Expand)AuthorAge
* [Tests] Transition tests to pure pytestChase Sterling2022-02-03
* 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
* [Lint] Use Black to auto-format codeCalum Lind2018-10-03
* Fix mistakes in test codeCalum Lind2018-06-27
* 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
* [#2966] [Tests] Rename deprecated method aliasesCalum Lind2017-03-19
* [Py2to3] Force unicode_literals and fix related issuesCalum Lind2017-02-22
* [Lint] Convert all python double quotes to single quotesCalum Lind2016-11-03
* [Tests] [Web] Make JSON independent of Web componentbendikro2016-04-10
* [Tests] Improved common.start_corebendikro2016-04-10
* [Tests] Fix failing SessionProxy testsbendikro2016-04-09
* [Core] Raise AttributeError on RPC call to invalid functionbendikro2015-12-14
* [Lint] Cleanup code to pass PyLint Warning categoryCalum Lind2015-10-30
* [Lint] Add PyLint support and cleanup code with basic changesCalum Lind2015-10-30
* [Tests] Changes to tests and test configs of Travis/toxbendikro2014-12-01
* Workaround for the isort Travis issue by using order-by-typeCalum Lind2014-09-26
* Small fixes for Travis and isortCalum Lind2014-09-25
* Added .travis.yml (for travis-ci) and tox.ini filesbendikro2014-09-25
* Flake8 pass of entire codebaseCalum Lind2014-09-19
* Flake8 core and common filesCalum Lind2014-09-03
* Sort/prettify imports with isortCalum Lind2014-09-03
* [Python-Modernize] lib2to3.fixes.fix_exceptCalum Lind2014-09-03
* [Tests] Fixed tests so that if the tcp port is used, other ports will be testedbendikro2014-03-06
* Fix gettext setup in test_common and log in test_transfer so tests run standa...Calum Lind2013-05-22
* Fix test_client testCalum Lind2013-05-16
* Force backwards incompatibility.Pedro Algarvio2011-05-15
* Test fixes and #1814 fix.Pedro Algarvio2011-04-27
* avoid having the tests hang due to a failing to connect client!Damien Churchill2011-04-27
* fix the client tests albeit in an ultra hacky wayDamien Churchill2011-04-21
* move tests back inside the deluge package, makes it easier to run trial on themDamien Churchill2010-10-22
* moves tests out of the deluge packageDamien Churchill2009-07-20
* Clean-up the tests and add some new onesAndrew Resch2009-07-02
* move client testsMartijn Voncken2008-08-16