summary refs log tree commit diff
path: root/tests/test_phone_home.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add type hints to some tests files (#12371)Dirk Klimpel2022-04-051-5/+7
|
* 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>`
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
|
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-1/+1
|
* Remove the psutil dependency (#6318)Amber Brown2019-11-051-0/+51
* remove psutil and replace with resource