mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-09-14 14:45:15 -04:00
* Speed up tests with pytest-xdist * Ignore request failures when the server disappeared * Fix tests which modify module globals * Fix lang change leaking * Fix transaction compilation order breaking tests * Always load a clean config and fix related tests * No module globals * Fix other test classes assigning module level by making calls * Replace from sabnzbd.cfg import so monkeypatch works * More global poisoning * Fix dependant tests which worksteal breaks * More global vars * Drop loadscope until more failures are resolved * Due to how pytest-xdist is implemented, the -s/--capture=no option does not work * monkeypatch db_path * Also patch startup_done * loadscope