improve tests by using a single server in conftest.py

Issue #458 resolved
Shivashis Padhi created an issue

As of now, for each test unit a server starts during setup(). If it could be done as one section in conftest.py, like in mswms, it'd be more efficient.