MSS icon indicating copy to clipboard operation
MSS copied to clipboard

persistence if set self.app.config['SERVER_NAME']

Open ReimarBauer opened this issue 4 years ago • 1 comments

the problems I had today after the merge was in test_server by setting in the test setup

self.app.config['SERVER_NAME'] = self.url.strip('http://')

this created a lot failing tests, e.g. test_socket failed

I assume the xdist tests have not run in this because they were distributed over several processes

We should do a code review for config settings in tests.

ReimarBauer avatar Apr 08 '21 18:04 ReimarBauer

After implementation of https://open-mss.github.io/develop/GSOC/flask_native this can be closed

ReimarBauer avatar Nov 28 '24 08:11 ReimarBauer