Ensure timely termination of all flask servers
[osm/vim-emu.git] / src / emuvim / test / base.py
index 6221765..9271f56 100755 (executable)
 # the Horizon 2020 and 5G-PPP programmes. The authors would like to
 # acknowledge the contributions of their colleagues of the SONATA
 # partner consortium (www.sonata-nfv.eu).
+
+from gevent import monkey
+monkey.patch_all()  # noqa: because otherwise pep complains about code before imports
+
 import unittest
 import os
 import subprocess