core-admin/qubes/tests/integ
Marek Marczykowski-Górecki 3c54244fdc
tests: fix various object and FD leaks
- Prefer instance attributes over local variables - the former ones do
not leak into traceback object and are cleaned up by tests framework.
- Use 'with' syntax for handling files.
- Use subprocess.DEVNULL instead of open('/dev/null') where applicable
- Delete local variables when not needed anymore.
2017-09-29 11:53:59 +02:00
..
tools When running tests clean up and remove qubesd.socket 2017-07-14 14:54:04 +02:00
__init__.py qubes: port core to python3 2017-01-20 16:42:51 +01:00
backup.py tests: various fixes to integration tests 2017-09-05 02:01:58 +02:00
backupcompatibility.py When running tests clean up and remove qubesd.socket 2017-07-14 14:54:04 +02:00
basic.py tests: fix various object and FD leaks 2017-09-29 11:53:59 +02:00
devices_pci.py qubes/tests: skip env-dependent tests using decorator 2017-08-31 20:29:34 +02:00
dispvm.py tests: fix asyncio usage cont... 2017-09-29 11:53:58 +02:00
dom0_update.py tests: fix various object and FD leaks 2017-09-29 11:53:59 +02:00
network.py tests: various fixes 2017-09-29 11:53:58 +02:00
storage.py tests: fix various object and FD leaks 2017-09-29 11:53:59 +02:00
vm_qrexec_gui.py tests: various fixes to integration tests 2017-09-05 02:01:58 +02:00