summaryrefslogtreecommitdiff
path: root/t/unit/transport/virtual/test_base.py
Commit message (Expand)AuthorAgeFilesLines
* Fix errors from flake8 lintMarti Raudsepp2022-10-121-2/+2
* Bump pyupgrade version and add __future__.annotations importMarcelo Trylesinski2022-04-151-0/+2
* chore: Update `__exit__` signaturesSondre Lillebø Gundersen2022-04-121-3/+2
* reduce memory usage of Transport (#1470)Paul Brown2021-12-231-6/+30
* Make BrokerState Transport specificMatus Valo2021-08-301-0/+7
* enable pre-commit (#1355)Thomas Grainger2021-07-201-4/+4
* Use unittest.mock instead of caseMatus Valo2020-08-161-1/+1
* Remove five usage from tests.Omer Katz2020-07-231-2/+2
* pyupgradeOmer Katz2020-07-131-7/+5
* clened up redundant call of PY3 constants (#856)Asif Saifuddin Auvi2018-04-301-3/+1
* Virtual transport timeout does not supesede period polling (#689)Arcadiy Ivanov2018-01-131-0/+9
* Prefer dict literal syntax over dict() (#787)Mads Jensen2017-09-081-1/+1
* Fixes failing test caseAsk Solem2016-12-071-2/+2
* Signature of Message is now Message(body, channel=), not Message(channel, body=)Ask Solem2016-10-271-3/+4
* Entities can now be declared without binding to channel: entity.declare(chann...Ask Solem2016-10-271-2/+2
* Virtual transport deliver now calls callback, no return value. Fixes #593Ask Solem2016-09-021-4/+10
* Rewrite tests to use py.testAsk Solem2016-08-231-0/+599