For functional tests we use tests.utils.httpd.StaticFileServer. To prevent mess associated with multiple tests trying to use server, we would prefer to use something that could mock responses, like https://github.com/bblimke/webmock (proposed by @shcheklein in #1540).
Task:
Remove StaticFileServer, use mocks instead.
For functional tests we use tests.utils.httpd.StaticFileServer. To prevent mess associated with multiple tests trying to use server, we would prefer to use something that could mock responses, like https://github.com/bblimke/webmock (proposed by @shcheklein in #1540).
Task:
Remove StaticFileServer, use mocks instead.