summary refs log tree commit diff
path: root/tests/test_test_utils.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing type hints to tests. (#15027)Patrick Cloke2023-02-081-8/+8
|
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-1/+1
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Run black.black2018-08-101-1/+4
|
* run isortAmber Brown2018-07-091-1/+0
|
* Fix flake8 warnings for testsMark Haines2016-02-191-1/+2
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Implement .cancel_call_later() in MockClockPaul "LeoNerd" Evans2014-12-101-0/+18
|
* Implement .call_later() in MockClockPaul "LeoNerd" Evans2014-12-101-0/+22
|
* Trivial test of MockClock()Paul "LeoNerd" Evans2014-12-101-0/+30